Michael Smith has posted comments on this change. ( http://gerrit.cloudera.org:8080/22564 )
Change subject: IMPALA-13716 (Addendum): Add a method for external frontend ...................................................................... Patch Set 1: (1 comment) http://gerrit.cloudera.org:8080/#/c/22564/1/fe/src/main/java/org/apache/impala/planner/AnalyticPlanner.java File fe/src/main/java/org/apache/impala/planner/AnalyticPlanner.java: http://gerrit.cloudera.org:8080/#/c/22564/1/fe/src/main/java/org/apache/impala/planner/AnalyticPlanner.java@162 PS1, Line 162: : /** : * Provided for an external frontend that does not supply a List of : * TupleIsNullPredicate. : */ : public PlanNode createSingleNodePlan(PlanNode root, : List<Expr> groupingExprs, List<Expr> inputPartitionExprs) throws ImpalaException { > Can you refactor following call site to use this new constructor please? Once you do that, getTupleIsNullPreds can be moved as a private method here instead of making it a public method in SingleNodePlanner. -- To view, visit http://gerrit.cloudera.org:8080/22564 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: Ie10361f15db4c0eb2cf5ff5f4d0a28c612b1a930 Gerrit-Change-Number: 22564 Gerrit-PatchSet: 1 Gerrit-Owner: Fang-Yu Rao <[email protected]> Gerrit-Reviewer: Aman Sinha <[email protected]> Gerrit-Reviewer: Fang-Yu Rao <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]> Gerrit-Reviewer: Riza Suminto <[email protected]> Gerrit-Reviewer: Steve Carlin <[email protected]> Gerrit-Comment-Date: Sat, 01 Mar 2025 00:03:49 +0000 Gerrit-HasComments: Yes
