[GitHub] [flink] luoyuxia commented on a diff in pull request #19423: [FLINK-27175][hive] Support to call Hive UDAF when the UDAF accepts one parameter with array type

2022-04-14 Thread GitBox
luoyuxia commented on code in PR #19423: URL: https://github.com/apache/flink/pull/19423#discussion_r850237718 ## flink-connectors/flink-connector-hive/src/main/java/org/apache/flink/table/functions/hive/HiveGenericUDAF.java: ## @@ -105,6 +108,8 @@ private void init() throws Hiv

[GitHub] [flink] luoyuxia commented on a diff in pull request #19423: [FLINK-27175][hive] Support to call Hive UDAF when the UDAF accepts one parameter with array type

2022-04-13 Thread GitBox
luoyuxia commented on code in PR #19423: URL: https://github.com/apache/flink/pull/19423#discussion_r850075408 ## flink-connectors/flink-connector-hive/src/main/java/org/apache/flink/table/functions/hive/HiveGenericUDAF.java: ## @@ -105,6 +108,8 @@ private void init() throws Hiv

[GitHub] [flink] luoyuxia commented on a diff in pull request #19423: [FLINK-27175][hive] Support to call Hive UDAF when the UDAF accepts one parameter with array type

2022-04-13 Thread GitBox
luoyuxia commented on code in PR #19423: URL: https://github.com/apache/flink/pull/19423#discussion_r849325810 ## flink-connectors/flink-connector-hive/src/main/java/org/apache/flink/table/functions/hive/HiveGenericUDAF.java: ## @@ -105,6 +108,8 @@ private void init() throws Hiv

[GitHub] [flink] luoyuxia commented on a diff in pull request #19423: [FLINK-27175][hive] Support to call Hive UDAF when the UDAF accepts one parameter with array type

2022-04-13 Thread GitBox
luoyuxia commented on code in PR #19423: URL: https://github.com/apache/flink/pull/19423#discussion_r849325810 ## flink-connectors/flink-connector-hive/src/main/java/org/apache/flink/table/functions/hive/HiveGenericUDAF.java: ## @@ -105,6 +108,8 @@ private void init() throws Hiv

[GitHub] [flink] luoyuxia commented on a diff in pull request #19423: [FLINK-27175][hive] Support to call Hive UDAF when the UDAF accepts one parameter with array type

2022-04-12 Thread GitBox
luoyuxia commented on code in PR #19423: URL: https://github.com/apache/flink/pull/19423#discussion_r849088431 ## flink-connectors/flink-connector-hive/src/main/java/org/apache/flink/table/functions/hive/HiveGenericUDAF.java: ## @@ -105,6 +108,8 @@ private void init() throws Hiv

[GitHub] [flink] luoyuxia commented on a diff in pull request #19423: [FLINK-27175][hive] Support to call Hive UDAF when the UDAF accepts one parameter with array type

2022-04-12 Thread GitBox
luoyuxia commented on code in PR #19423: URL: https://github.com/apache/flink/pull/19423#discussion_r849088431 ## flink-connectors/flink-connector-hive/src/main/java/org/apache/flink/table/functions/hive/HiveGenericUDAF.java: ## @@ -105,6 +108,8 @@ private void init() throws Hiv

[GitHub] [flink] luoyuxia commented on a diff in pull request #19423: [FLINK-27175][hive] Support to call Hive UDAF when the UDAF accepts one parameter with array type

2022-04-12 Thread GitBox
luoyuxia commented on code in PR #19423: URL: https://github.com/apache/flink/pull/19423#discussion_r848991099 ## flink-connectors/flink-connector-hive/src/main/java/org/apache/flink/table/functions/hive/HiveGenericUDAF.java: ## @@ -105,6 +108,8 @@ private void init() throws Hiv

[GitHub] [flink] luoyuxia commented on a diff in pull request #19423: [FLINK-27175][hive] Support to call Hive UDAF when the UDAF accepts one parameter with array type

2022-04-12 Thread GitBox
luoyuxia commented on code in PR #19423: URL: https://github.com/apache/flink/pull/19423#discussion_r848990971 ## flink-connectors/flink-connector-hive/src/main/java/org/apache/flink/table/functions/hive/HiveGenericUDAF.java: ## @@ -173,6 +178,14 @@ public GenericUDAFEvaluator.A