Steve Carlin has uploaded this change for review. ( 
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
---
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(-)



  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/76/24076/1
--
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: newchange
Gerrit-Change-Id: I5b94421f568dd8d3f01738388277aed35c8993cb
Gerrit-Change-Number: 24076
Gerrit-PatchSet: 1
Gerrit-Owner: Steve Carlin <[email protected]>
Gerrit-Reviewer: Aman Sinha <[email protected]>
Gerrit-Reviewer: Joe McDonnell <[email protected]>
Gerrit-Reviewer: Michael Smith <[email protected]>

Reply via email to