[
https://issues.apache.org/jira/browse/ARROW-6134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Prudhvi Porandla updated ARROW-6134:
------------------------------------
Description:
* remove concat alias for concatOperator
* add concat(utf8, utf8) function. The difference between concat and
concatOperator is in null input handling. concatOperator returns null if one of
the inputs is null; concat treats null input as empty string
was:
* remove concat alias for concatOperator
* add concat(utf8, utf8) function
> [C++][Gandiva] Add concat function in Gandiva
> ---------------------------------------------
>
> Key: ARROW-6134
> URL: https://issues.apache.org/jira/browse/ARROW-6134
> Project: Apache Arrow
> Issue Type: Task
> Components: C++ - Gandiva
> Reporter: Prudhvi Porandla
> Assignee: Prudhvi Porandla
> Priority: Minor
> Labels: pull-request-available
> Time Spent: 10m
> Remaining Estimate: 0h
>
> * remove concat alias for concatOperator
> * add concat(utf8, utf8) function. The difference between concat and
> concatOperator is in null input handling. concatOperator returns null if one
> of the inputs is null; concat treats null input as empty string
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)