This is an automated email from the ASF dual-hosted git repository.
twalthr pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.
from ca6cef9 [FLINK-18491][python] Extract the Beam specific coder classes
into a separate Python module
new 446bc8b [hotfix][table-planner-blink] Fix digest for inline
structured types with generics
new c7beb3f [hotfix][table-planner-blink] Fix row size estimation for
structured types
new 104775e [FLINK-18586][table-common] Simplify the creation of explicit
structured types
new 5aa1d96 [hotfix][table-common] Update DataTypeUtils.transform for
structured types
The 4 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:
.../java/org/apache/flink/table/api/DataTypes.java | 53 +++++++++++++
.../table/types/extraction/DataTypeExtractor.java | 25 ++----
.../table/types/extraction/ExtractionUtils.java | 34 ++++-----
.../flink/table/types/utils/DataTypeUtils.java | 88 +++++++++++++++++-----
.../apache/flink/table/types/DataTypesTest.java | 27 ++++++-
.../types/inference/TypeTransformationsTest.java | 38 ++++++++++
.../planner/plan/schema/StructuredRelDataType.java | 11 ++-
.../planner/plan/metadata/FlinkRelMdSize.scala | 2 +-
8 files changed, 221 insertions(+), 57 deletions(-)