Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
924060929 committed Aug 2, 2024
1 parent 7e93d62 commit 2a1f7d2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import org.apache.doris.regression.util.JdbcUtils

// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
Expand All @@ -17,6 +15,8 @@ import org.apache.doris.regression.util.JdbcUtils
// specific language governing permissions and limitations
// under the License.

import org.apache.doris.regression.util.JdbcUtils

suite("test_show_create_table_and_views_nereids", "show") {
def shouldNotShowHiddenColumnsAndCreateWithHiddenColumns = {
connect {
Expand Down

0 comments on commit 2a1f7d2

Please sign in to comment.