Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
seawinde committed Jan 12, 2025
1 parent 5bb0263 commit 11b1e28
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ suite ("testCountDistinctToBitmap") {

sql "analyze table user_tags with sync;"
sql """alter table user_tags modify column time_col set stats ('row_count'='3');"""
sql """alter table user_tags2 modify column time_col set stats ('row_count'='3');"""
sql """set enable_stats=false;"""

mv_rewrite_fail("select * from user_tags order by time_col;", "user_tags_mv")
Expand Down

0 comments on commit 11b1e28

Please sign in to comment.