Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/10528 )
Change subject: IMPALA-7090: Limit the size of expr created by EqualityDisjunctsToInRule ...................................................................... IMPALA-7090: Limit the size of expr created by EqualityDisjunctsToInRule Currently EqualityDisjunctsToInRule introduced in IMPALA-5280 might create an expr with unlimited number of children and fails a query, which should be avoided. The easy solution is to not apply the rewrite when the number of children is large. Change-Id: Ie40c3210271a9e3c7f1b2b869a8c2ec8bacaa72a Reviewed-on: http://gerrit.cloudera.org:8080/10528 Reviewed-by: Tianyi Wang <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M fe/src/main/java/org/apache/impala/rewrite/EqualityDisjunctsToInRule.java M fe/src/test/java/org/apache/impala/analysis/ExprRewriterTest.java 2 files changed, 75 insertions(+), 15 deletions(-) Approvals: Tianyi Wang: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/10528 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ie40c3210271a9e3c7f1b2b869a8c2ec8bacaa72a Gerrit-Change-Number: 10528 Gerrit-PatchSet: 4 Gerrit-Owner: Tianyi Wang <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Tianyi Wang <[email protected]> Gerrit-Reviewer: Vuk Ercegovac <[email protected]>
