This is an automated email from the ASF dual-hosted git repository.
godfrey pushed a change to branch release-1.14
in repository https://gitbox.apache.org/repos/asf/flink.git.
from 4ceaac1 [FLINK-24676][table-planner] Fix schema mismatch exception if
explain insert with partial column
new 8c7cbcd [FLINK-23614][table-planner] The resulting scale of
TRUNCATE(DECIMAL) is not correct
new 48fe11d [FLINK-15987][table-planner] Fix SELECT 1.0e0 / 0.0e0 throws
NumberFormatException
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:
.../functions/BuiltInFunctionDefinitions.java | 2 +-
.../functions/sql/FlinkSqlOperatorTable.java | 10 ++-
.../table/planner/codegen/ExpressionReducer.scala | 71 ++++++++++++++------
.../planner/functions/MathFunctionsITCase.java | 10 ++-
.../planner/expressions/ScalarFunctionsTest.scala | 75 ++++++++++++++++++----
.../planner/expressions/SqlExpressionTest.scala | 17 +++++
.../planner/expressions/TemporalTypesTest.scala | 53 ++++++++-------
.../expressions/utils/ExpressionTestBase.scala | 1 +
.../validation/ScalarFunctionsValidationTest.scala | 18 +-----
.../planner/runtime/batch/sql/CalcITCase.scala | 35 ++++++++++
10 files changed, 218 insertions(+), 74 deletions(-)