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

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

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

IMPALA-13513: Support decode function

The decode operator is similar to the case operator. The tricky part
for supporting the decode is that some of the operands are search
parameters and some are return parameters. The search parameters all
need to be compatible with each other.  And the return parameters need
to be compatible with each other as well.  Much of the code deals
with casting these parameters to compatible types.

Change-Id: Ia3b68fda7cfa14799a41428e35d5bbc5984a801a
Reviewed-on: http://gerrit.cloudera.org:8080/22031
Reviewed-by: Michael Smith <[email protected]>
Reviewed-by: Joe McDonnell <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>


> Calcite planner: support decode function
> ----------------------------------------
>
>                 Key: IMPALA-13513
>                 URL: https://issues.apache.org/jira/browse/IMPALA-13513
>             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