[GitHub] [flink] beyond1920 commented on a diff in pull request #21401: [FLINK-29718][table] Supports hive sum function by native implementation

2022-12-27 Thread GitBox
beyond1920 commented on code in PR #21401: URL: https://github.com/apache/flink/pull/21401#discussion_r1058118429 ## flink-connectors/flink-connector-hive/src/main/java/org/apache/flink/table/functions/hive/HiveSumAggFunction.java: ## @@ -0,0 +1,149 @@ +/* + * Licensed to the

[GitHub] [flink] beyond1920 commented on a diff in pull request #21401: [FLINK-29718][table] Supports hive sum function by native implementation

2022-12-27 Thread GitBox
beyond1920 commented on code in PR #21401: URL: https://github.com/apache/flink/pull/21401#discussion_r1058116587 ## flink-connectors/flink-connector-hive/src/main/java/org/apache/flink/table/functions/hive/HiveSumAggFunction.java: ## @@ -0,0 +1,149 @@ +/* + * Licensed to the

[GitHub] [flink] beyond1920 commented on a diff in pull request #21401: [FLINK-29718][table] Supports hive sum function by native implementation

2022-12-27 Thread GitBox
beyond1920 commented on code in PR #21401: URL: https://github.com/apache/flink/pull/21401#discussion_r1058030752 ## flink-connectors/flink-connector-hive/src/main/java/org/apache/flink/table/functions/hive/HiveSumAggFunction.java: ## @@ -0,0 +1,167 @@ +/* + * Licensed to the

[GitHub] [flink] beyond1920 commented on a diff in pull request #21401: [FLINK-29718][table] Supports hive sum function by native implementation

2022-12-26 Thread GitBox
beyond1920 commented on code in PR #21401: URL: https://github.com/apache/flink/pull/21401#discussion_r1057434644 ## flink-connectors/flink-connector-hive/src/main/java/org/apache/flink/table/functions/hive/HiveSumAggFunction.java: ## @@ -0,0 +1,167 @@ +/* + * Licensed to the