[ 
https://issues.apache.org/jira/browse/HIVE-2203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Phabricator updated HIVE-2203:
------------------------------

    Attachment: HIVE-2203.D1071.1.patch

zhenxiao requested code review of "HIVE-2203 [jira] Extend concat_ws() UDF to 
support arrays of strings".
Reviewers: JIRA

  HIVE-2203: concat_ws() UDF supports arbitrary combination of strings and 
arrays of strings

  concat_ws() should support the following type of input parameters:

  concat_ws(string separator, array<string>)

TEST PLAN
  EMPTY

REVISION DETAIL
  https://reviews.facebook.net/D1071

AFFECTED FILES
  ql/src/java/org/apache/hadoop/hive/ql/udf/generic/GenericUDFConcatWS.java
  ql/src/test/queries/clientpositive/udf_concat_ws.q
  ql/src/test/results/clientpositive/udf_concat_ws.q.out

MANAGE HERALD DIFFERENTIAL RULES
  https://reviews.facebook.net/herald/view/differential/

WHY DID I GET THIS EMAIL?
  https://reviews.facebook.net/herald/transcript/2253/

Tip: use the X-Herald-Rules header to filter Herald messages in your client.

                
> Extend concat_ws() UDF to support arrays of strings
> ---------------------------------------------------
>
>                 Key: HIVE-2203
>                 URL: https://issues.apache.org/jira/browse/HIVE-2203
>             Project: Hive
>          Issue Type: Improvement
>          Components: UDF
>            Reporter: Carl Steinbach
>            Assignee: Zhenxiao Luo
>            Priority: Minor
>         Attachments: HIVE-2203.D1065.1.patch, HIVE-2203.D1071.1.patch
>
>
> concat_ws() should support the following type of input parameters:
> concat_ws(string separator, array<string>)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to