Steve Carlin has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/22057


Change subject: IMPALA-13541: Calcite planner, declare explicit_cast in 
operator table.
......................................................................

IMPALA-13541: Calcite planner, declare explicit_cast in operator table.

This fixes a regression caused by IMPALA-13516.

The validator finds the explicit_cast function when the cast to
timestamp function is present in the query. However, the validator
then tries to validate the explicit_cast function which was not
present in the operator table. Placing the operator in the table
fixes the issue.

Change-Id: Ib8577a06178435f5048d0a9721c16069ebe05743
---
M 
java/calcite-planner/src/main/java/org/apache/impala/calcite/operators/ImpalaCustomOperatorTable.java
1 file changed, 5 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/57/22057/1
--
To view, visit http://gerrit.cloudera.org:8080/22057
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib8577a06178435f5048d0a9721c16069ebe05743
Gerrit-Change-Number: 22057
Gerrit-PatchSet: 1
Gerrit-Owner: Steve Carlin <[email protected]>

Reply via email to