Skip to content

Commit

Permalink
empty commit
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenc7 committed Oct 9, 2024
1 parent 8ba3594 commit 593c86c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ public int getMaxInitialResultHolderCapacity() {
}

// TODO: Improve this to use segment level info to optimize the capacity
// Optimization to right-size the initial result holder capacity for group-by queries if they exist in the filter.
// Optimization to right-size the initial result holder capacity for group-by queries if they exist in the filter
// If any one group-by expression is not in the filter, we return the _maxInitialResultHolderCapacity.
public int getOptimizedMaxInitialResultHolderCapacity() {
if (getFilter() == null) {
Expand Down

0 comments on commit 593c86c

Please sign in to comment.