This is an automated email from the ASF dual-hosted git repository.

snuyanzin pushed a change to branch release-2.2
in repository https://gitbox.apache.org/repos/asf/flink.git


    from b5bdb239505 [FLINK-39162][checkpoints] Disable UC for CustomPartitioner
     new 41455ec73f5 [FLINK-38720][table] Nested nullability might lead to 
class cast `RexCall` cannot be cast to class `RexFieldAccess`
     new 6290979fa1a [FLINK-33217][table] `UNNEST` fails with on `LEFT JOIN` 
with `NOT NULL` type in array

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:
 .../apache/calcite/sql2rel/SqlToRelConverter.java  |  54 +++++---
 .../plan/rules/logical/LogicalUnnestRule.java      |  37 ++++-
 .../batch/BatchPhysicalCorrelateRule.scala         |   4 +-
 .../exec/common/JoinSemanticTestPrograms.java      | 113 ++++++++++++++++
 .../plan/nodes/exec/common/JoinTestPrograms.java   |  60 ---------
 .../plan/nodes/exec/stream/JoinSemanticTests.java  |   6 +-
 .../table/planner/plan/batch/sql/UnnestTest.xml    | 138 +++++++++++++++++++
 .../plan/rules/logical/LogicalUnnestRuleTest.xml   | 150 +++++++++++++++++++++
 .../table/planner/plan/stream/sql/UnnestTest.xml   | 138 +++++++++++++++++++
 .../table/planner/plan/common/UnnestTestBase.scala |  52 ++++++-
 10 files changed, 671 insertions(+), 81 deletions(-)
 create mode 100644 
flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/plan/nodes/exec/common/JoinSemanticTestPrograms.java

Reply via email to