Joe McDonnell has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/24318 )
Change subject: IMPALA-2083: (addendum) Disable pivot and unpivot in Calcite planner ...................................................................... IMPALA-2083: (addendum) Disable pivot and unpivot in Calcite planner Calcite planner contains different semantics for pivot and unpivot. In some cases, it fails. In some cases, it is returning different results. This commit disables the feature for the Calcite planner until the results can by synchronized. Change-Id: Ifd0e65721b38bca965a53f948ffc4c8a9f140ebb Reviewed-on: http://gerrit.cloudera.org:8080/24318 Reviewed-by: Michael Smith <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> Reviewed-by: Joe McDonnell <[email protected]> --- M java/calcite-planner/src/main/codegen/templates/Parser.jj 1 file changed, 8 insertions(+), 2 deletions(-) Approvals: Michael Smith: Looks good to me, but someone else must approve Impala Public Jenkins: Verified Joe McDonnell: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/24318 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ifd0e65721b38bca965a53f948ffc4c8a9f140ebb Gerrit-Change-Number: 24318 Gerrit-PatchSet: 2 Gerrit-Owner: Steve Carlin <[email protected]> Gerrit-Reviewer: Aman Sinha <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]> Gerrit-Reviewer: Steve Carlin <[email protected]> Gerrit-Reviewer: Xuebin Su <[email protected]>
