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

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


    from b62a39e14db [FLINK-27229][cassandra][build] Remove test netty 
dependency
     new 5175087052f [FLINK-27212][table-planner] Use UTF-8 encoding when 
casting between binary/character string
     new 5f280f2eca4 [FLINK-27212][table-planner] Change printing of binary 
columns to use `x'ab3234f0'` format

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:
 .../jdbc/catalog/PostgresCatalogITCase.java        |   2 +-
 .../table/client/cli/CliTableauResultViewTest.java | 107 ++++++++-------
 .../casting/AbstractCodeGeneratorCastRule.java     |   5 +
 .../AbstractExpressionCodeGeneratorCastRule.java   |   5 +
 .../functions/casting/BinaryToStringCastRule.java  |  67 +++++-----
 .../table/planner/functions/casting/CastRule.java  |  16 ++-
 .../planner/functions/casting/CastRuleUtils.java   |   4 +
 .../functions/casting/CodeGeneratorCastRule.java   |   6 +
 .../casting/RowDataToStringConverterImpl.java      |   2 +-
 .../functions/casting/StringToBinaryCastRule.java  |  12 +-
 .../planner/codegen/calls/ScalarOperatorGens.scala |   3 +
 .../planner/functions/CastFunctionITCase.java      |  35 ++---
 .../planner/functions/CastFunctionMiscITCase.java  |   6 +-
 .../planner/functions/casting/CastRulesTest.java   | 147 ++++++++++++++-------
 .../planner/expressions/ScalarFunctionsTest.scala  |   4 +-
 15 files changed, 257 insertions(+), 164 deletions(-)

Reply via email to