Skip to content

Commit 1732416

Browse files
authored
[fix](test) Remove unsupported test cases (#58716)
Related PR: #58504 hive on glue unsupported create db
1 parent d50a794 commit 1732416

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

regression-test/suites/external_table_p2/refactor_catalog_param/iceberg_and_hive_on_glue.groovy

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -398,8 +398,4 @@ suite("iceberg_and_hive_on_glue", "p2,external,hive,new_catalog_property") {
398398

399399
// Iceberg - Insert overwrite tests
400400
testInsertOverwriteIceberg(warehouse_location + iceberg_glue_catalog_base_properties + glue_properties_3, "iceberg_glue_overwrite_on_s3")
401-
402-
// Hive on Glue - Insert overwrite tests
403-
def db_location = "${s3_warehouse}hive-glue-s3-warehouse/hive-overwrite/" + System.currentTimeMillis()
404-
testInsertOverwrite(hms_glue_catalog_base_properties + glue_properties_3, "hive_glue_overwrite_on_s3", db_location)
405401
}

0 commit comments

Comments
 (0)