This is an automated email from the ASF dual-hosted git repository.
godfrey pushed a change to branch release-1.17
in repository https://gitbox.apache.org/repos/asf/flink.git
from 7040af5b793 [FLINK-31185][python] Support side-output in broadcast
processing
new 0bdb51efd3f [FLINK-30824][hive] Add document for option
'table.exec.hive.native-agg-function.enabled'
new 3bdb50513dd [FLINK-31239][hive] Fix native sum function can't get the
corrected value when the argument type is string
new ac2eb5b977d [FLINK-31239][hive] Add some notes in document about
table.exec.hive.native-agg-function.enabled option can't turned on per job when
using it via SqlClient
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../docs/connectors/table/hive/hive_functions.md | 29 ++++++++++
.../docs/connectors/table/hive/hive_functions.md | 29 ++++++++++
.../table/functions/hive/HiveSumAggFunction.java | 55 +++++++++++++-----
.../connectors/hive/HiveDialectAggITCase.java | 66 +++++++++++++++++-----
.../resources/explain/testSumAggFunctionPlan.out | 8 +--
.../planner/expressions/ExpressionBuilder.java | 10 ++++
6 files changed, 164 insertions(+), 33 deletions(-)