Michael Smith has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/21938 )
Change subject: IMPALA-13455: Put expressions in CNF form for performance. ...................................................................... IMPALA-13455: Put expressions in CNF form for performance. The optimizer now runs a rule to put expressions in conjunctive normal form. This commit will allow tpcds and tpch tests to run through without hanging, specifically queries 13 and 48. Change-Id: Iceca22f3b2d2b59ab21591f21c07650bbd8efb3c Reviewed-on: http://gerrit.cloudera.org:8080/21938 Reviewed-by: Michael Smith <[email protected]> Tested-by: Michael Smith <[email protected]> --- A java/calcite-planner/src/main/java/org/apache/impala/calcite/rules/ConvertToCNFRules.java M java/calcite-planner/src/main/java/org/apache/impala/calcite/service/CalciteOptimizer.java 2 files changed, 161 insertions(+), 1 deletion(-) Approvals: Michael Smith: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/21938 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Iceca22f3b2d2b59ab21591f21c07650bbd8efb3c Gerrit-Change-Number: 21938 Gerrit-PatchSet: 4 Gerrit-Owner: Steve Carlin <[email protected]> Gerrit-Reviewer: Aman Sinha <[email protected]> Gerrit-Reviewer: Anonymous Coward (816) Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]>
