[GitHub] [hive] tarak271 commented on a diff in pull request #3896: HIVE-26889 - Implement array_join udf to concatenate the elements of an array with a specified delimiter

2023-01-19 Thread GitBox
tarak271 commented on code in PR #3896: URL: https://github.com/apache/hive/pull/3896#discussion_r1082180650 ## ql/src/java/org/apache/hadoop/hive/ql/udf/generic/AbstractGenericUDFArrayBase.java: ## @@ -49,6 +52,12 @@ protected AbstractGenericUDFArrayBase(String functionName,

[GitHub] [hive] tarak271 commented on a diff in pull request #3896: HIVE-26889 - Implement array_join udf to concatenate the elements of an array with a specified delimiter

2023-01-19 Thread GitBox
tarak271 commented on code in PR #3896: URL: https://github.com/apache/hive/pull/3896#discussion_r1082180491 ## ql/src/java/org/apache/hadoop/hive/ql/udf/generic/AbstractGenericUDFArrayBase.java: ## @@ -67,6 +76,8 @@ public ObjectInspector initialize(ObjectInspector[]

[GitHub] [hive] tarak271 commented on a diff in pull request #3896: HIVE-26889 - Implement array_join udf to concatenate the elements of an array with a specified delimiter

2023-01-19 Thread GitBox
tarak271 commented on code in PR #3896: URL: https://github.com/apache/hive/pull/3896#discussion_r1082180302 ## ql/src/java/org/apache/hadoop/hive/ql/udf/generic/AbstractGenericUDFArrayBase.java: ## @@ -49,6 +52,12 @@ protected AbstractGenericUDFArrayBase(String functionName,