Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/23765 )
Change subject: IMPALA-14409: Calcite planner: support statement_expression_limit ...................................................................... IMPALA-14409: Calcite planner: support statement_expression_limit Added a counter in the place where the Calcite planner handles expressions. A RexNode in Calcite is similar to an Expr object in Impala. The test for this exists in test_exprs.py::TestExprLimits::test_max_statement_size and will be run once all jenkins tests are run through Calcite. Change-Id: I9210a9a86eb98b5923295b846cb29f10acf459ce Reviewed-on: http://gerrit.cloudera.org:8080/23765 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M java/calcite-planner/src/main/java/org/apache/impala/calcite/rel/util/CreateExprVisitor.java 1 file changed, 19 insertions(+), 0 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/23765 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I9210a9a86eb98b5923295b846cb29f10acf459ce Gerrit-Change-Number: 23765 Gerrit-PatchSet: 5 Gerrit-Owner: Steve Carlin <[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: Pranav Lodha <[email protected]> Gerrit-Reviewer: Riza Suminto <[email protected]> Gerrit-Reviewer: Steve Carlin <[email protected]>
