Taras Bobrovytsky has posted comments on this change. Change subject: IMPALA-3586: Implement union passthrough ......................................................................
Patch Set 18: (5 comments) http://gerrit.cloudera.org:8080/#/c/5816/18/be/src/exec/union-node.h File be/src/exec/union-node.h: Line 61: /// Index of the first non-passthrough child; i.e. a child that needs materializing and > i.e. a child that needs materialization (remove the "and evaluating its exp Done Line 62: /// evaluating its exprs. When all children are materialized, this should be zero. When > Shrink like this: Done http://gerrit.cloudera.org:8080/#/c/5816/18/fe/src/main/java/org/apache/impala/planner/UnionNode.java File fe/src/main/java/org/apache/impala/planner/UnionNode.java: Line 180: * children come before the children that need to be materialized and evaluated. Also > remove "and evaluated" Done Line 181: * reorders 'resultExprLists_'. This is done in order to simplify the implementation in > Instead of 'This' be explicit since the reference could be misunderstood. S Done http://gerrit.cloudera.org:8080/#/c/5816/18/tests/query_test/test_queries.py File tests/query_test/test_queries.py: Line 80: query_string = ("select count(c) from ( " > Why not add this at the end of union.test? Seems odd to have a single naked Done -- To view, visit http://gerrit.cloudera.org:8080/5816 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ia8f6d5062724ba5b78174c3227a7a796d10d8416 Gerrit-PatchSet: 18 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Taras Bobrovytsky <[email protected]> Gerrit-Reviewer: Alex Behm <[email protected]> Gerrit-Reviewer: Dan Hecht <[email protected]> Gerrit-Reviewer: Marcel Kornacker <[email protected]> Gerrit-Reviewer: Taras Bobrovytsky <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]> Gerrit-HasComments: Yes
