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

snuyanzin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


    from f2370b9b3f4 [FLINK-40079][table] Reject PTF calls with sys-args if 
they are disabled (#28675)
     new baab138d778 [FLINK-40182][table] `ArrayToArrayCastRule` and 
`MapToMapAndMultisetToMultisetCastRule` should check for null values in runtime
     new 2de0eaf5eff [FLINK-40182][table] Optimize code generated by 
`CharVarCharTrimPadCastRule`
     new d1f08ab3343 [FLINK-40182][table] Optimize code generated by 
`RawToStringCastRule`
     new 39c823ad53f [FLINK-40182][table] Optimize code generated by 
`ArrayToStringCastRule`

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:
 .../functions/casting/ArrayToArrayCastRule.java    |  24 +++--
 .../functions/casting/ArrayToStringCastRule.java   |  61 +++++------
 .../casting/CharVarCharTrimPadCastRule.java        |  61 ++++-------
 .../casting/MapAndMultisetToStringCastRule.java    |  72 ++++++-------
 .../MapToMapAndMultisetToMultisetCastRule.java     | 115 ++++++++++++---------
 .../functions/casting/RawToStringCastRule.java     |  36 ++++---
 .../functions/casting/RowToStringCastRule.java     |  62 ++++++-----
 .../planner/functions/casting/CastRulesTest.java   |   8 +-
 8 files changed, 229 insertions(+), 210 deletions(-)

Reply via email to