Skip to content

Commit

Permalink
add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
starocean999 committed Jul 16, 2024
1 parent bcb2963 commit e4e11cf
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,9 @@ public class Rewriter extends AbstractBatchJobExecutor {
*/
new CorrelateApplyToUnCorrelateApply(),
new ApplyToJoin(),
// UnCorrelatedApplyAggregateFilter rule will create new aggregate outputs,
// The later rule CheckPrivileges which inherent from ColumnPruning only works
// if the aggregation node is normalized, so we need call NormalizeAggregate here
new NormalizeAggregate()
)
),
Expand Down

0 comments on commit e4e11cf

Please sign in to comment.