Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/20194 )
Change subject: IMPALA-12282: Refine correlation factor in AggregationNode ...................................................................... IMPALA-12282: Refine correlation factor in AggregationNode IMPALA-11842 implement crude correlation factor calculation that simply include all grouping expression. This can be made more precise by excluding literal expression such as string literal or NULL literal that often comes up in ROLLUP query. Testing: - Pass TpcdsPlannerTest Change-Id: I4ffa9e82b83e7c0042bd918ac132668a47505688 Reviewed-on: http://gerrit.cloudera.org:8080/20194 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M common/thrift/ImpalaService.thrift M fe/src/main/java/org/apache/impala/planner/AggregationNode.java M testdata/workloads/functional-planner/queries/PlannerTest/tpcds/tpcds-q22.test M testdata/workloads/functional-planner/queries/PlannerTest/tpcds/tpcds-q67.test 4 files changed, 35 insertions(+), 30 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/20194 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I4ffa9e82b83e7c0042bd918ac132668a47505688 Gerrit-Change-Number: 20194 Gerrit-PatchSet: 4 Gerrit-Owner: Riza Suminto <[email protected]> Gerrit-Reviewer: Aman Sinha <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Kurt Deschler <[email protected]> Gerrit-Reviewer: Riza Suminto <[email protected]>
