This is an automated email from the ASF dual-hosted git repository.
jark pushed a change to branch release-1.10
in repository https://gitbox.apache.org/repos/asf/flink.git.
from dddd0f0 [FLINK-17945][python] Improve the error message when
instantiating non-existing Java class
new fefc92a [FLINK-16451][table-planner-blink] Fix
IndexOutOfBoundsException for DISTINCT AGG with constants
new a412840 [FLINK-17466][table-planner-blink] Fix toRetractStream
doesn't work correctly with Pojo conversion class
The 2 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:
.../types/logical/utils/LogicalTypeChecks.java | 35 ++++++++++++++++++++++
.../table/planner/codegen/SinkCodeGenerator.scala | 10 +++----
.../codegen/agg/AggsHandlerCodeGenerator.scala | 1 +
.../planner/codegen/agg/DistinctAggCodeGen.scala | 25 +++++++++++-----
.../table/planner/runtime/utils/JavaPojos.java | 24 +++++++++++++++
.../runtime/stream/sql/OverWindowITCase.scala | 8 +++--
.../stream/sql/StreamTableEnvironmentITCase.scala | 26 ++++++++++++++--
7 files changed, 112 insertions(+), 17 deletions(-)