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
add 446bc8b [hotfix][table-planner-blink] Fix digest for inline
structured types with generics
add c7beb3f [hotfix][table-planner-blink] Fix row size estimation for
structured types
add 104775e [FLINK-18586][table-common] Simplify the creation of explicit
structured types
add 5aa1d96 [hotfix][table-common] Update DataTypeUtils.transform for
structured types
No new revisions were added by this update.
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(-)