You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tw...@apache.org on 2022/02/22 16:55:32 UTC

[flink] branch master updated (31a05b0 -> 458eefb)

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 31a05b0  [FLINK-26299] Reintroduce old JobClient#triggerSavepoint,stopWithSavepoint methods
     add b7727fe  [hotfix][core] Add CollectionUtil#entry and CollectionUtil#map
     add 458eefb  [FLINK-25428][table] Expose string casting for map, multiset, structured, row and raw

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/flink/util/CollectionUtil.java |  19 ++
 .../types/logical/utils/LogicalTypeCasts.java      |  26 +-
 .../flink/table/types/LogicalTypeCastsTest.java    | 196 +++++++--------
 .../apache/calcite/sql/fun/SqlCastFunction.java    | 220 ++++++++++++++++
 .../planner/functions/CastFunctionITCase.java      | 279 +++++++++++----------
 .../planner/functions/CastFunctionMiscITCase.java  |  41 +++
 .../planner/functions/casting/CastRulesTest.java   |   3 +
 7 files changed, 533 insertions(+), 251 deletions(-)
 create mode 100644 flink-table/flink-table-planner/src/main/java/org/apache/calcite/sql/fun/SqlCastFunction.java