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 ef839ff [FLINK-21186][network] Wrap IOException in
UncheckedIOException in RecordWriterOutput
new 1fa9843 [hotfix][table-planner] Assume that length of source type is
respected for CAST
new 49acb27 [FLINK-25187][table-planner] Apply padding when CASTing to
BINARY(<length>)
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:
.../functions/casting/BinaryToBinaryCastRule.java | 40 +++++++++----
.../casting/CharVarCharTrimPadCastRule.java | 23 +++++---
.../functions/casting/RawToBinaryCastRule.java | 35 ++++++-----
.../functions/casting/StringToBinaryCastRule.java | 34 ++++++-----
.../planner/functions/CastFunctionITCase.java | 5 ++
.../planner/functions/CastFunctionMiscITCase.java | 10 ++++
.../planner/functions/casting/CastRulesTest.java | 68 ++++++++++++++++------
7 files changed, 154 insertions(+), 61 deletions(-)