This is an automated email from the ASF dual-hosted git repository.
jark pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
from fd0d1298d4f [FLINK-22920][formats] Fix guava version conflict between
calcite and hadoop component. (#19965)
add 3ae4c6f5a48 [FLINK-20765][table-planner] Fix ScalarOperatorGens
doesn't set proper nullability for result type of generated expressions
No new revisions were added by this update.
Summary of changes:
.../planner/codegen/EqualiserCodeGenerator.scala | 5 +-
.../table/planner/codegen/ExprCodeGenerator.scala | 40 ++---
.../table/planner/codegen/calls/NotCallGen.scala | 5 +-
.../planner/codegen/calls/ScalarOperatorGens.scala | 186 +++++++++++++--------
.../planner/codegen/calls/SearchOperatorGen.scala | 46 +++--
.../planner/codegen/calls/StringCallGen.scala | 112 +++++++------
.../planner/runtime/stream/sql/FunctionITCase.java | 20 +++
.../planner/expressions/ScalarOperatorsTest.scala | 22 +++
.../utils/ScalarOperatorsTestBase.scala | 6 +-
9 files changed, 283 insertions(+), 159 deletions(-)