Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/24076 )
Change subject: IMPALA-14819: Calcite planner: Implement sqrt function in convertlet ...................................................................... IMPALA-14819: Calcite planner: Implement sqrt function in convertlet When a user uses sqrt as a function in their SQL, Calcite converts this to the "power()" function. While this is basically harmless, it did affect an e2e test, and it seems a bit more natural to keep things using the Impala function. Change-Id: I5b94421f568dd8d3f01738388277aed35c8993cb Reviewed-on: http://gerrit.cloudera.org:8080/24076 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/operators/ImpalaConvertletTable.java M testdata/workloads/functional-query/queries/QueryTest/calcite.test M testdata/workloads/functional-query/queries/QueryTest/geospatial-esri-planner.test 3 files changed, 22 insertions(+), 1 deletion(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/24076 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I5b94421f568dd8d3f01738388277aed35c8993cb Gerrit-Change-Number: 24076 Gerrit-PatchSet: 3 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]>
