Skip to content

Commit

Permalink
branch-2.1: [test](stable) fix some unstable hive and mc cases #48697 (
Browse files Browse the repository at this point in the history
…#48770)

Cherry-picked from #48697

Co-authored-by: Mingyu Chen (Rayner) <[email protected]>
  • Loading branch information
github-actions[bot] and morningman authored Mar 6, 2025
1 parent 7b2899a commit 661eba5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,19 +1,9 @@
-- This file is automatically generated. You should know what you did if you want to edit this
-- !hive_docker_01 --
eee fff
ccc ddd
aaa bbb

-- !sql_02 --
eee fff
ccc ddd
aaa bbb

-- !hive_docker_01 --
eee fff
ccc ddd
aaa bbb

-- !sql_02 --
eee fff
ccc ddd
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ suite("test_prepare_hive_data_in_case", "p0,external,hive,external_docker,extern
log.info(values2.toString())
assertEquals(values[0][0],values2[0][0])

qt_hive_docker_01 """select * from default.test_prepare_hive_data_in_case order by k1 desc ;"""
// Execute in Hive in unstable, remove it
// qt_hive_docker_01 """select * from default.test_prepare_hive_data_in_case order by k1 desc ;"""

qt_sql_02 """ select * from test_prepare_hive_data_in_case.`default`.test_prepare_hive_data_in_case order by k1 desc;"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ suite("test_max_compute_partition_prune", "p2,external,maxcompute,external_remot

for (String enable_profile : ["true","false"] ) {
sql """set enable_profile = ${enable_profile} """;
sql """set fetch_splits_max_wait_time_ms = 10000 """;

for (String num_partitions : ["1","10","100"] ) {
sql "set num_partitions_in_batch_mode = ${num_partitions} "
Expand Down Expand Up @@ -291,4 +292,4 @@ suite("test_max_compute_partition_prune", "p2,external,maxcompute,external_remot
}
}
}
}
}

0 comments on commit 661eba5

Please sign in to comment.