[
https://issues.apache.org/jira/browse/FLINK-40288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18101296#comment-18101296
]
Sergey Nuyanzin commented on FLINK-40288:
-----------------------------------------
Merged as
[77a017a3970931286e11a2b29ab10326b55c525b|https://github.com/apache/flink/commit/77a017a3970931286e11a2b29ab10326b55c525b]
> Multiple JoinSemanticTests fail
> -------------------------------
>
> Key: FLINK-40288
> URL: https://issues.apache.org/jira/browse/FLINK-40288
> Project: Flink
> Issue Type: Bug
> Components: Table SQL / Planner, Tests
> Reporter: Sergey Nuyanzin
> Assignee: Sergey Nuyanzin
> Priority: Major
> Labels: pull-request-available
>
> example
> {noformat}
> java.lang.AssertionError: [left-join-not-null-nested-row]
> Expecting actual:
> ["+I[1, 1]", "+I[2, -1]"]
> to contain exactly in any order:
> ["+I[1, 1]", "+I[2, null]"]
> elements not found:
> ["+I[2, null]"]
> and elements not expected:
> ["+I[2, -1]"]
> {noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)