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 f91bd77 [FLINK-24671][runtime] Return 0 buffers in use until
subpartition view initialization in order to avoid NPE
new a97d369 [hotfix][table-planner][tests] Improve exception assertion in
BuiltInFunctionTestBase
new de487cc [FLINK-24454][table-planner][tests] Consolidate cast tests
new ba1d916 [hotfix][table-common] Disable cast from binary to date/time
The 3 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:
.../types/logical/utils/LogicalTypeCasts.java | 8 +-
.../planner/functions/BuiltInFunctionTestBase.java | 9 +-
.../planner/functions/CastFunctionITCase.java | 1001 +++++++++++++-------
.../planner/functions/MiscFunctionsITCase.java | 4 +-
.../planner/expressions/DecimalCastTest.scala | 330 -------
.../planner/expressions/DecimalTypeTest.scala | 131 ---
.../planner/expressions/ScalarOperatorsTest.scala | 8 -
.../planner/runtime/batch/sql/CalcITCase.scala | 2 +-
.../planner/runtime/batch/table/CalcITCase.scala | 32 -
.../planner/runtime/stream/sql/CalcITCase.scala | 21 -
10 files changed, 666 insertions(+), 880 deletions(-)
delete mode 100644
flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/expressions/DecimalCastTest.scala