This is an automated email from the ASF dual-hosted git repository.
snuyanzin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
from 0bd9ae03e70 [FLINK-38701] Validate timezone and pattern literals in
TO_TIMESTAMP_LTZ
add 1cc2f147ddf [FLINK-38720][table] Nested nullability might lead to
class cast `RexCall` cannot be cast to class `RexFieldAccess`
No new revisions were added by this update.
Summary of changes:
.../apache/calcite/sql2rel/SqlToRelConverter.java | 54 +++++++---
.../exec/common/JoinSemanticTestPrograms.java | 113 +++++++++++++++++++++
.../plan/nodes/exec/common/JoinTestPrograms.java | 60 -----------
.../plan/nodes/exec/stream/JoinSemanticTests.java | 6 +-
4 files changed, 155 insertions(+), 78 deletions(-)
create mode 100644
flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/plan/nodes/exec/common/JoinSemanticTestPrograms.java