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 ed699b6  [FLINK-25637][network] Make sort-shuffle the default shuffle 
implementation for batch jobs
     new 745cfec  [hotfix][table-common] Fix InternalDataUtils for MapData tests
     new f5c99c6  [FLINK-17321][table] Add support casting of map to map and 
multiset to multiset

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:
 .../apache/flink/table/test/InternalDataUtils.java |   2 +-
 .../functions/casting/CastRuleProvider.java        |   1 +
 .../MapToMapAndMultisetToMultisetCastRule.java     | 198 +++++++++++++++++++++
 .../planner/functions/CastFunctionITCase.java      |  45 ++++-
 .../planner/functions/casting/CastRulesTest.java   |  59 ++++++
 5 files changed, 298 insertions(+), 7 deletions(-)
 create mode 100644 
flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/functions/casting/MapToMapAndMultisetToMultisetCastRule.java

Reply via email to