Skip to content

Commit

Permalink
wait-mv-partition-row-report
Browse files Browse the repository at this point in the history
  • Loading branch information
englefly committed Aug 8, 2024
1 parent 42de19b commit ef6c1ad
Showing 1 changed file with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,11 @@ suite("partition_prune") {
AS
${mv1}
""")

// wait partition row count report
sleep(10000)
sql "analyze table test_duplicate with sync;"


explain {
sql("""${query1}""")
check {result ->
Expand Down Expand Up @@ -203,7 +205,8 @@ suite("partition_prune") {
AS
${mv2}
""")

// wait partition row count report
sleep(10000)
sql "analyze table test_unique with sync;"

explain {
Expand Down Expand Up @@ -252,7 +255,8 @@ suite("partition_prune") {
AS
${mv3}
""")

// wait partition row count report
sleep(10000)
sql "analyze table test_aggregate with sync;"

explain {
Expand Down

0 comments on commit ef6c1ad

Please sign in to comment.