Skip to content

Commit

Permalink
fix case
Browse files Browse the repository at this point in the history
  • Loading branch information
suxiaogang223 committed Mar 7, 2025
1 parent 3aa317c commit 3c495ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ suite("test_hive_runtime_filter_partition_pruning", "p0,external,hive,external_d
group by partition_col having count(*) > 0
order by partition_col desc limit 1);
"""
sql """set check_runtime_filter_partition_prune_counter = 0"""
sql """set check_runtime_filter_partition_prune_counter = 1"""
qt_runtime_filter_partition_pruning_string2 """
select count(*) from string_partition_table where partition_col in
(select partition_col from string_partition_table
Expand Down

0 comments on commit 3c495ce

Please sign in to comment.