[ https://issues.apache.org/jira/browse/HIVE-26889?focusedWorklogId=843291&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-843291 ]
ASF GitHub Bot logged work on HIVE-26889: ----------------------------------------- Author: ASF GitHub Bot Created on: 02/Feb/23 17:13 Start Date: 02/Feb/23 17:13 Worklog Time Spent: 10m Work Description: saihemanth-cloudera merged PR #3896: URL: https://github.com/apache/hive/pull/3896 Issue Time Tracking ------------------- Worklog Id: (was: 843291) Time Spent: 2h 10m (was: 2h) > Implement array_join udf to concatenate the elements of an array with a > specified delimiter > ------------------------------------------------------------------------------------------- > > Key: HIVE-26889 > URL: https://issues.apache.org/jira/browse/HIVE-26889 > Project: Hive > Issue Type: Sub-task > Components: Hive > Reporter: Taraka Rama Rao Lethavadla > Assignee: Taraka Rama Rao Lethavadla > Priority: Minor > Labels: pull-request-available > Time Spent: 2h 10m > Remaining Estimate: 0h > > *array_join(array, delimiter, replaceNull)* - concatenate the elements of an > array with a specified delimiter > Example: > {noformat} > > SELECT array_join(array(1, 2, 3,4), ',') FROM src LIMIT 1; > 1,2,3,4 > > SELECT array_join(array(1, 2, NULL, 4), ',',':') FROM src LIMIT 1; > 1,2,:,4{noformat} > Returns NULL if array is null/empty -- This message was sent by Atlassian Jira (v8.20.10#820010)