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 8fa46076e7c [FLINK-27229][cassandra][build] Remove test netty dependency new 4cdafffa6ce [FLINK-27212][table-planner] Use UTF-8 encoding when casting between binary/character string new 75007f6ab60 [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 | 109 ++++++++------- .../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, 258 insertions(+), 165 deletions(-)