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 720172be1e5 [FLINK-37700][table-planner] Fix SQL parse exception when creating a view with PTF add eef14cb8781 [FLINK-38181][table] Fix various casting issues, ROW() with SMALLINT, and JSON() function No new revisions were added by this update. Summary of changes: .../apache/flink/table/utils/DateTimeUtils.java | 94 ++++++++++++++++- .../functions/casting/BinaryToBinaryCastRule.java | 84 ++++++++++++---- .../functions/casting/StringToTimeCastRule.java | 4 +- .../functions/casting/TimestampToTimeCastRule.java | 22 ++-- .../flink/table/planner/codegen/CodeGenUtils.scala | 14 +-- .../planner/codegen/calls/BuiltInMethods.scala | 15 ++- .../table/planner/codegen/calls/JsonCallGen.scala | 9 +- .../planner/codegen/calls/ScalarOperatorGens.scala | 10 +- .../planner/functions/BuiltInFunctionTestBase.java | 112 ++++++++++++++++++++- .../planner/functions/CastFunctionITCase.java | 15 +-- .../table/planner/functions/RowFunctionITCase.java | 35 +++++++ .../planner/functions/casting/CastRulesTest.java | 6 +- .../table/planner/codegen/CodeGenUtilsTest.scala | 103 ++++++++++++++++++- .../runtime/batch/sql/OverAggregateITCase.scala | 2 +- .../table/planner/runtime/utils/TestData.scala | 2 +- .../table/data/binary/BinaryStringDataUtil.java | 17 ++-- 16 files changed, 468 insertions(+), 76 deletions(-)