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 32f7cc9 [FLINK-24318][table-planner] Casting a number to boolean has
different results between 'select' fields and 'where' condition
add fc92a88 [FLINK-23271][table-planner] Disallow cast from decimal
numerics to boolean
add 6b92e07 [hotfix][table-planner] Beautify the assertion error message
in BuiltInFunctionTestBase
add 324c1c4 [hotfix][table-planner] Remove prefix for TypeCheckUtils
methods
No new revisions were added by this update.
Summary of changes:
.../types/logical/utils/LogicalTypeCasts.java | 6 ++-
.../planner/codegen/calls/ScalarOperatorGens.scala | 19 +++----
.../planner/functions/BuiltInFunctionTestBase.java | 2 +-
.../planner/functions/CastFunctionITCase.java | 59 +++++++++++++++++-----
.../planner/expressions/DecimalTypeTest.scala | 9 ----
.../stringexpr/CalcStringExpressionTest.scala | 4 +-
.../planner/runtime/batch/table/CalcITCase.scala | 4 +-
7 files changed, 62 insertions(+), 41 deletions(-)