Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ suite("hive_json_basic_test", "p0,external") {
return;
}

for (String hivePrefix : ["hive2", "hive3"]) {
for (String hivePrefix : ["hive2"]) {
try {
String externalEnvIp = context.config.otherConfigs.get("externalEnvIp")
String hms_port = context.config.otherConfigs.get(hivePrefix + "HmsPort")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,7 @@ order by

for (String enable_lazy_mat : ["true", "false"]) {
sql """set enable_orc_lazy_materialization=${enable_lazy_mat}"""
for (String hivePrefix : ["hive2", "hive3"]) {
for (String hivePrefix : ["hive2"]) {
String hms_port = context.config.otherConfigs.get(hivePrefix + "HmsPort")
String catalog_name = "test_catalog_${hivePrefix}_orc"
String externalEnvIp = context.config.otherConfigs.get("externalEnvIp")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -880,7 +880,7 @@ order by

for (String enable_lazy_mat : ["true", "false"]) {
sql """set enable_orc_lazy_materialization=${enable_lazy_mat}"""
for (String hivePrefix : ["hive2", "hive3"]) {
for (String hivePrefix : ["hive2"]) {
String hms_port = context.config.otherConfigs.get(hivePrefix + "HmsPort")
String catalog_name = "test_catalog_${hivePrefix}_parquet"
String externalEnvIp = context.config.otherConfigs.get("externalEnvIp")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ suite("test_complex_types", "p0,external") {
return;
}

for (String hivePrefix : ["hive2", "hive3"]) {
for (String hivePrefix : ["hive2"]) {
String hms_port = context.config.otherConfigs.get(hivePrefix + "HmsPort")
String catalog_name = "${hivePrefix}_test_complex_types"
String externalEnvIp = context.config.otherConfigs.get("externalEnvIp")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ suite("test_different_column_orders", "p0,external") {
return;
}

for (String hivePrefix : ["hive2", "hive3"]) {
for (String hivePrefix : ["hive2"]) {
try {
String hms_port = context.config.otherConfigs.get(hivePrefix + "HmsPort")
String catalog_name = "test_different_column_orders_${hivePrefix}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ suite("test_different_parquet_types", "p0,external") {
return;
}

for (String hivePrefix : ["hive2", "hive3"]) {
for (String hivePrefix : ["hive2"]) {
String hms_port = context.config.otherConfigs.get(hivePrefix + "HmsPort")
String hdfs_port = context.config.otherConfigs.get(hivePrefix + "HdfsPort")
String externalEnvIp = context.config.otherConfigs.get("externalEnvIp")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ suite("test_drop_expired_table_stats", "p0,external") {
return
}

for (String hivePrefix : ["hive2", "hive3"]) {
for (String hivePrefix : ["hive2"]) {
String extHiveHmsHost = context.config.otherConfigs.get("externalEnvIp")
String extHiveHmsPort = context.config.otherConfigs.get(hivePrefix + "HmsPort")
String catalog_name = hivePrefix + "_test_drop_expired_table_stats"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ suite("test_external_catalog_hive", "p0,external") {
logger.info("diable Hive test.")
return;
}
for (String hivePrefix : ["hive2", "hive3"]) {
for (String hivePrefix : ["hive2"]) {
String hms_port = context.config.otherConfigs.get(hivePrefix + "HmsPort")
String catalog_name = "${hivePrefix}_test_external_catalog_hive"
String externalEnvIp = context.config.otherConfigs.get("externalEnvIp")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ suite("test_external_catalog_hive_partition", "p0,external") {
logger.info("disable Hive test.")
return;
}
for (String hivePrefix : ["hive2", "hive3"]) {
for (String hivePrefix : ["hive2"]) {
String extHiveHmsHost = context.config.otherConfigs.get("externalEnvIp")
String extHiveHmsPort = context.config.otherConfigs.get(hivePrefix + "HmsPort")
String catalog_name = "${hivePrefix}_test_external_catalog_hive_partition"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ suite("test_external_credit_data", "p0,external") {
logger.info("diable Hive test.")
return;
}
for (String hivePrefix : ["hive2", "hive3"]) {
for (String hivePrefix : ["hive2"]) {
String hms_port = context.config.otherConfigs.get(hivePrefix + "HmsPort")
String catalog_name = "${hivePrefix}_test_external_credit_data"
String externalEnvIp = context.config.otherConfigs.get("externalEnvIp")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
return;
}

for (String hivePrefix : ["hive2", "hive3"]) {
for (String hivePrefix : ["hive2"]) {
String extHiveHmsHost = context.config.otherConfigs.get("externalEnvIp")
String extHiveHmsPort = context.config.otherConfigs.get(hivePrefix + "HmsPort")
String catalog_name = "${hivePrefix}_test_hive_partition_column_analyze"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ suite("test_hive_basic_type", "p0,external") {
return;
}

for (String hivePrefix : ["hive2", "hive3"]) {
for (String hivePrefix : ["hive2"]) {
for (boolean enable_filter_by_min_max : [true, false]) {
String catalog_name = "test_${hivePrefix}_basic_type"
String ex_db_name = "`default`"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ suite("test_hive_broker_scan", "p0,external") {
return;
}

for (String hivePrefix : ["hive2", "hive3"]) {
for (String hivePrefix : ["hive2"]) {
try {
String externalEnvIp = context.config.otherConfigs.get("externalEnvIp")
String hms_port = context.config.otherConfigs.get(hivePrefix + "HmsPort")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ suite("test_hive_default_partition", "p0,external") {
return
}

for (String hivePrefix : ["hive2", "hive3"]) {
for (String hivePrefix : ["hive2"]) {
String extHiveHmsHost = context.config.otherConfigs.get("externalEnvIp")
String extHiveHmsPort = context.config.otherConfigs.get(hivePrefix + "HmsPort")
String catalog_name = hivePrefix + "_hive_default_partition"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ suite("test_hive_get_schema_from_table", "p0,external") {
}

// test get scheam from table
Copy link

Copilot AI Mar 24, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo in comment: scheamschema.

Suggested change
// test get scheam from table
// test get schema from table

Copilot uses AI. Check for mistakes.
for (String hivePrefix : ["hive2", "hive3"]) {
for (String hivePrefix : ["hive2"]) {
String catalog_name = "test_${hivePrefix}_get_schema"
String ex_db_name = "`default`"
String externalEnvIp = context.config.otherConfigs.get("externalEnvIp")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ suite("test_hive_orc", "p0,external") {
}


for (String hivePrefix : ["hive2", "hive3"]) {
for (String hivePrefix : ["hive2"]) {
try {
String hms_port = context.config.otherConfigs.get(hivePrefix + "HmsPort")
String catalog_name = "${hivePrefix}_test_orc"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ suite("test_hive_other", "p0,external") {
return;
}

for (String hivePrefix : ["hive2", "hive3"]) {
for (String hivePrefix : ["hive2"]) {
String hms_port = context.config.otherConfigs.get(hivePrefix + "HmsPort")
String hdfs_port = context.config.otherConfigs.get(hivePrefix + "HdfsPort")
String externalEnvIp = context.config.otherConfigs.get("externalEnvIp")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ suite("test_hive_parquet", "p0,external") {
return;
}

for (String hivePrefix : ["hive2", "hive3"]) {
for (String hivePrefix : ["hive2"]) {
try {
String hms_port = context.config.otherConfigs.get(hivePrefix + "HmsPort")
String catalog_name = "${hivePrefix}_test_parquet"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ suite("test_hive_parquet_alter_column", "p0,external") {
return;
}

for (String hivePrefix : ["hive2", "hive3"]) {
for (String hivePrefix : ["hive2"]) {
String extHiveHmsHost = context.config.otherConfigs.get("externalEnvIp")
String extHiveHmsPort = context.config.otherConfigs.get(hivePrefix + "HmsPort")
String catalog_name = "${hivePrefix}_test_hive_parquet_alter_column"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ suite("test_hive_parquet_skip_page", "p0,external") {
"format" = "parquet") where a = 1024 or a = 4049
order by a;"""

for (String hivePrefix : ["hive2", "hive3"]) {
for (String hivePrefix : ["hive2"]) {
try {
String hms_port = context.config.otherConfigs.get(hivePrefix + "HmsPort")
String catalog_name = "${hivePrefix}_test_parquet_skip_page"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ suite("test_hive_partition_column_analyze", "p0,external") {
return;
}

for (String hivePrefix : ["hive2", "hive3"]) {
for (String hivePrefix : ["hive2"]) {
String extHiveHmsHost = context.config.otherConfigs.get("externalEnvIp")
String extHiveHmsPort = context.config.otherConfigs.get(hivePrefix + "HmsPort")
String catalog_name = "${hivePrefix}_test_hive_partition_column_analyze"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ suite("test_hive_partition_location", "p0,external") {
logger.info("diable Hive test.")
return;
}
for (String hivePrefix : ["hive2", "hive3"]) {
for (String hivePrefix : ["hive2"]) {
String hms_port = context.config.otherConfigs.get(hivePrefix + "HmsPort")
String catalog_name = "${hivePrefix}_test_hive_partition_location"
String externalEnvIp = context.config.otherConfigs.get("externalEnvIp")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ suite("test_hive_query_cache", "p0,external") {
return;
}

for (String hivePrefix : ["hive2", "hive3"]) {
for (String hivePrefix : ["hive2"]) {
String hms_port = context.config.otherConfigs.get(hivePrefix + "HmsPort")
String hdfs_port = context.config.otherConfigs.get(hivePrefix + "HdfsPort")
String externalEnvIp = context.config.otherConfigs.get("externalEnvIp")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ suite("test_hive_remove_partition", "p0,external") {
return;
}

for (String hivePrefix : ["hive2", "hive3"]) {
for (String hivePrefix : ["hive2"]) {
String extHiveHmsHost = context.config.otherConfigs.get("externalEnvIp")
String extHiveHmsPort = context.config.otherConfigs.get(hivePrefix + "HmsPort")
String catalog_name = "${hivePrefix}_test_hive_remove_partition"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ suite("test_hive_runtime_filter_partition_pruning", "p0,external") {
return;
}

for (String hivePrefix : ["hive2", "hive3"]) {
for (String hivePrefix : ["hive2"]) {
try {
String hms_port = context.config.otherConfigs.get(hivePrefix + "HmsPort")
String catalog_name = "${hivePrefix}_test_hive_runtime_filter_partition_pruning"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ suite("test_hive_same_db_table_name", "p0,external") {
return;
}

for (String hivePrefix : ["hive2", "hive3"]) {
for (String hivePrefix : ["hive2"]) {
String hms_port = context.config.otherConfigs.get(hivePrefix + "HmsPort")
String catalog_name = "${hivePrefix}_test_hive_same_db_table_name"
String externalEnvIp = context.config.otherConfigs.get("externalEnvIp")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ suite("test_hive_schema_evolution", "p0,external") {
return;
}

for (String hivePrefix : ["hive2", "hive3"]) {
for (String hivePrefix : ["hive2"]) {
try {
String hms_port = context.config.otherConfigs.get(hivePrefix + "HmsPort")
String catalog_name = "test_${hivePrefix}_schema_evolution"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ suite("test_hive_statistic", "p0,external") {
return
}

for (String hivePrefix : ["hive2", "hive3"]) {
for (String hivePrefix : ["hive2"]) {
String extHiveHmsHost = context.config.otherConfigs.get("externalEnvIp")
String extHiveHmsPort = context.config.otherConfigs.get(hivePrefix + "HmsPort")
String catalog_name = hivePrefix + "_test_hive_statistic"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ suite("test_hive_statistic_auto", "p0,external") {
logger.info("disable Hive test.")
return;
}
for (String hivePrefix : ["hive2", "hive3"]) {
for (String hivePrefix : ["hive2"]) {
String extHiveHmsHost = context.config.otherConfigs.get("externalEnvIp")
String extHiveHmsPort = context.config.otherConfigs.get(hivePrefix + "HmsPort")
String catalog_name = "${hivePrefix}_test_hive_statistic_auto"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ suite("test_hive_statistic_clean", "p0,external") {
logger.info("disable Hive test.")
return;
}
for (String hivePrefix : ["hive2", "hive3"]) {
for (String hivePrefix : ["hive2"]) {
String extHiveHmsHost = context.config.otherConfigs.get("externalEnvIp")
String extHiveHmsPort = context.config.otherConfigs.get(hivePrefix + "HmsPort")
String catalog_name = "${hivePrefix}_test_hive_statistic_clean"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ suite("test_hive_statistic_timeout", "p0,external") {
return
}

for (String hivePrefix : ["hive2", "hive3"]) {
for (String hivePrefix : ["hive2"]) {
String extHiveHmsHost = context.config.otherConfigs.get("externalEnvIp")
String extHiveHmsPort = context.config.otherConfigs.get(hivePrefix + "HmsPort")
String catalog_name = hivePrefix + "_test_hive_statistic_timeout"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ suite("test_hive_statistics_all_type_p0", "p0,external") {
return;
}

for (String hivePrefix : ["hive2", "hive3"]) {
for (String hivePrefix : ["hive2"]) {
try {
String hms_port = context.config.otherConfigs.get(hivePrefix + "HmsPort")
String catalog_name = "test_${hivePrefix}_statistics_all_type_p0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ suite("test_hive_statistics_p0", "p0,external") {
return;
}

for (String hivePrefix : ["hive2", "hive3"]) {
for (String hivePrefix : ["hive2"]) {
try {
String hms_port = context.config.otherConfigs.get(hivePrefix + "HmsPort")
String catalog_name = "test_${hivePrefix}_statistics_p0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ suite("test_hive_tablesample_p0", "p0,external") {
return;
}

for (String hivePrefix : ["hive2", "hive3"]) {
for (String hivePrefix : ["hive2"]) {
try {
String hms_port = context.config.otherConfigs.get(hivePrefix + "HmsPort")
String catalog_name = "test_${hivePrefix}_tablesample_p0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ suite("test_hive_text_complex_type", "p0,external") {
if (!"true".equalsIgnoreCase(enabled)) {
return;
}
for (String hivePrefix : ["hive2", "hive3"]) {
for (String hivePrefix : ["hive2"]) {
String externalEnvIp = context.config.otherConfigs.get("externalEnvIp")
String hmsPort = context.config.otherConfigs.get(hivePrefix + "HmsPort")
String catalog_name = "test_hive_text_complex_type"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ suite("test_hive_to_array", "p0,external") {
return
}

for (String hivePrefix : ["hive2", "hive3"]) {
for (String hivePrefix : ["hive2"]) {
String extHiveHmsHost = context.config.otherConfigs.get("externalEnvIp")
String extHiveHmsPort = context.config.otherConfigs.get(hivePrefix + "HmsPort")
String catalog_name = hivePrefix + "_test_hive_to_array"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ suite("test_hive_to_date", "p0,external") {
return;
}

for (String hivePrefix : ["hive2", "hive3"]) {
for (String hivePrefix : ["hive2"]) {
String hms_port = context.config.otherConfigs.get(hivePrefix + "HmsPort")
String catalog_name = "${hivePrefix}_test_hive_to_date"
String externalEnvIp = context.config.otherConfigs.get("externalEnvIp")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ suite("test_hive_varbinary_type", "p0,external") {
return;
}

for (String hivePrefix : ["hive2","hive3"]) {
for (String hivePrefix : ["hive2"]) {

String hms_port = context.config.otherConfigs.get(hivePrefix + "HmsPort")
String catalog_name_no_mapping = "${hivePrefix}_test_varbinary_no_mapping"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ suite("test_mixed_par_locations", "p0,external") {
logger.info("disable Hive test.")
return;
}
for (String hivePrefix : ["hive2", "hive3"]) {
for (String hivePrefix : ["hive2"]) {
String extHiveHmsHost = context.config.otherConfigs.get("externalEnvIp")
String extHiveHmsPort = context.config.otherConfigs.get(hivePrefix + "HmsPort")
String catalog_name = "${hivePrefix}_test_mixed_par_locations"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ suite("test_multi_delimit_serde", "p0,external") {
return;
}

for (String hivePrefix : ["hive2", "hive3"]) {
for (String hivePrefix : ["hive2"]) {
String hms_port = context.config.otherConfigs.get(hivePrefix + "HmsPort")
String catalog_name = "${hivePrefix}_test_multi_delimit_serde"
String externalEnvIp = context.config.otherConfigs.get("externalEnvIp")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ suite("test_open_csv_serde", "p0,external") {
return;
}

for (String hivePrefix : ["hive2","hive3"]) {
for (String hivePrefix : ["hive2"]) {

String hms_port = context.config.otherConfigs.get(hivePrefix + "HmsPort")
String catalog_name = "${hivePrefix}_test_open_csv_serde"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ suite("test_orc_nested_types", "p0,external") {
return;
}

for (String hivePrefix : ["hive2", "hive3"]) {
for (String hivePrefix : ["hive2"]) {
String hms_port = context.config.otherConfigs.get(hivePrefix + "HmsPort")
String catalog_name = "${hivePrefix}_test_orc_nested_types"
String externalEnvIp = context.config.otherConfigs.get("externalEnvIp")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ suite("test_parquet_bloom_filter", "p0,external") {
if (!"true".equalsIgnoreCase(enabled)) {
return;
}
for (String hivePrefix : ["hive2", "hive3"]) {
for (String hivePrefix : ["hive2"]) {
String externalEnvIp = context.config.otherConfigs.get("externalEnvIp")
String hmsPort = context.config.otherConfigs.get(hivePrefix + "HmsPort")
String catalog_name = "test_parquet_bloom_filter"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ suite("test_parquet_nested_types", "p0,external") {
return;
}

for (String hivePrefix : ["hive2", "hive3"]) {
for (String hivePrefix : ["hive2"]) {
String hms_port = context.config.otherConfigs.get(hivePrefix + "HmsPort")
String catalog_name = "${hivePrefix}_test_parquet_nested_types"
String externalEnvIp = context.config.otherConfigs.get("externalEnvIp")
Expand Down
Loading
Loading