Skip to content

Commit

Permalink
Set enable_sorted_aggregations to be true by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
kgpai committed Dec 20, 2023
1 parent e6dc44c commit 605426b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/experimental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ on:
paths:
- ".github/workflows/experimental.yml"

schedule:
- cron: '0 1 * * *'

workflow_dispatch:
inputs:
Expand Down
2 changes: 1 addition & 1 deletion velox/exec/fuzzer/AggregationFuzzer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

DEFINE_bool(
enable_sorted_aggregations,
false,
true,
"When true, generates plans with aggregations over sorted inputs");

DEFINE_bool(
Expand Down

0 comments on commit 605426b

Please sign in to comment.