Skip to content

Commit

Permalink
enable compress materialize for test_group_by_limit.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
englefly committed Dec 17, 2024
1 parent 518b75c commit 6cd39f2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ sql 'set enable_force_spill=false'

sql 'set topn_opt_limit_threshold=10'

sql "set experimental_ENABLE_COMPRESS_MATERIALIZE=true;"

// different types
qt_select1 """ select sum(orderkey), count(partkey), shipmode from tpch_tiny_lineitem group by shipmode limit 3; """
explain{
Expand Down

0 comments on commit 6cd39f2

Please sign in to comment.