[ 
https://issues.apache.org/jira/browse/IMPALA-13524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17923890#comment-17923890
 ] 

ASF subversion and git services commented on IMPALA-13524:
----------------------------------------------------------

Commit 40747a780209cd138f28baa2d63d1bbe5d1ae51a in impala's branch 
refs/heads/master from Steve Carlin
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=40747a780 ]

IMPALA-13524: Calcite planner: support for functions in exprs.test

Specifically, this commit supports translate, the not operator (!),
the null not equals operator and some "not regexp" functions.

A little extra code had to be added for the not regexp functions
because Calcite treats the "not" part as an attribute to the operator.

Also, added support for "is distinct from" and "is not distinct from"
operators which required a convertlet change to handle the conversion
from SqlNodes to RexNodes.

Change-Id: Ib8c5d5719a409a32ddb6946d1a87c77773f20820
Reviewed-on: http://gerrit.cloudera.org:8080/22104
Reviewed-by: Aman Sinha <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>


> Calcite planner: support for functions in exprs.test
> ----------------------------------------------------
>
>                 Key: IMPALA-13524
>                 URL: https://issues.apache.org/jira/browse/IMPALA-13524
>             Project: IMPALA
>          Issue Type: Sub-task
>            Reporter: Steve Carlin
>            Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to