This is an automated email from the ASF dual-hosted git repository.

twalthr pushed a change to branch release-1.9
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from 8186f18  [FLINK-13532][docs] Fix broken links of zh docs
     new 889292b  [FLINK-10257][table-common] Generalize variable strings for 
varying lengths
     new 2f4e5ea  [FLINK-13463][table-planner-blink] Add test case for VALUES 
with char literal
     new cecbe3c  [hotfix][table-common] Add utilities for modifying (nested) 
types
     new ae0dba5  [FLINK-13463][table-common] Relax legacy type info conversion 
for VARCHAR literals

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:
 .../table/client/gateway/local/LocalExecutor.java  |  17 +--
 .../types/logical/utils/LogicalTypeDuplicator.java | 133 +++++++++++++++++
 .../logical/utils/LogicalTypeGeneralization.java   |  15 +-
 .../types/logical/utils/LogicalTypeUtils.java      |  68 +++++++++
 .../DataTypeUtils.java}                            |  24 +--
 .../utils/LegacyTypeInfoDataTypeConverter.java     |   6 +-
 .../table/types/LogicalTypeDuplicatorTest.java     | 161 +++++++++++++++++++++
 .../table/types/LogicalTypeGeneralizationTest.java |  20 ++-
 .../planner/runtime/stream/sql/ValuesITCase.scala  |  12 +-
 9 files changed, 426 insertions(+), 30 deletions(-)
 create mode 100644 
flink-table/flink-table-common/src/main/java/org/apache/flink/table/types/logical/utils/LogicalTypeDuplicator.java
 create mode 100644 
flink-table/flink-table-common/src/main/java/org/apache/flink/table/types/logical/utils/LogicalTypeUtils.java
 copy 
flink-table/flink-table-common/src/main/java/org/apache/flink/table/types/{inference/strategies/MissingTypeStrategy.java
 => utils/DataTypeUtils.java} (63%)
 create mode 100644 
flink-table/flink-table-common/src/test/java/org/apache/flink/table/types/LogicalTypeDuplicatorTest.java

Reply via email to