englefly commented on code in PR #15646: URL: https://github.com/apache/doris/pull/15646#discussion_r1064557552
########## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/analysis/BindSlotReference.java: ########## @@ -354,13 +355,32 @@ public List<Rule> buildRules() { RuleType.BINDING_SORT_SLOT.build( logicalSort(logicalProject()).when(Plan::canBind).thenApply(ctx -> { LogicalSort<LogicalProject<GroupPlan>> sort = ctx.root; + Set<Slot> orderSlots = Sets.newHashSet(); Review Comment: I think its ok on pattern sort(having(project)). This pr makes binding more strict, and it is applicable to all patterns. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org