Daniel Becker has posted comments on this change. ( http://gerrit.cloudera.org:8080/22746 )
Change subject: IMPALA-13873: Missing equivalence conjunct in aggregation node with inline views ...................................................................... Patch Set 6: (1 comment) http://gerrit.cloudera.org:8080/#/c/22746/4//COMMIT_MSG Commit Message: http://gerrit.cloudera.org:8080/#/c/22746/4//COMMIT_MSG@39 PS4, Line 39: This may happen if a conjunct cannot be pushed into all operands of a > Why was the predicate not bound to t.min_b? The predicate "t.b = t.min_b" couldn't be bound to the tuple of "u1", which doesn't contain the equivalent of t.min_b. As to why it isn't applied on the branch, where 'min(b)' is already present, I think this comment may be the explanation: https://github.com/apache/impala/blob/356b7e5ddf7868968fb76ca55a8046d0291388fd/fe/src/main/java/org/apache/impala/planner/SingleNodePlanner.java#L1280 -- To view, visit http://gerrit.cloudera.org:8080/22746 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I67a59cd96d83181ce249fd6ca141906f549a09b3 Gerrit-Change-Number: 22746 Gerrit-PatchSet: 6 Gerrit-Owner: Daniel Becker <daniel.bec...@cloudera.com> Gerrit-Reviewer: Daniel Becker <daniel.bec...@cloudera.com> Gerrit-Reviewer: Impala Public Jenkins <impala-public-jenk...@cloudera.com> Gerrit-Reviewer: Kurt Deschler <kdesc...@cloudera.com> Gerrit-Reviewer: Noemi Pap-Takacs <npaptak...@cloudera.com> Gerrit-Reviewer: Peter Rozsa <pro...@cloudera.com> Gerrit-Reviewer: Riza Suminto <riza.sumi...@cloudera.com> Gerrit-Comment-Date: Thu, 10 Apr 2025 10:07:51 +0000 Gerrit-HasComments: Yes