[
https://issues.apache.org/jira/browse/FLINK-40683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Martijn Visser resolved FLINK-40683.
------------------------------------
Fix Version/s: 2.2.2
2.3.1
Assignee: Martijn Visser
Resolution: Fixed
Fixed in apache/flink
release-2.2: 32d39f631f0dd18e82a211979b367814cabff623
release-2.3: 6e0ef72853e5200733fce33886c564ed0ce2aa7f
> JoinSemanticTests[anti-join-on-nested] asserts the raw changelog on
> release-2.3 and release-2.2
> -----------------------------------------------------------------------------------------------
>
> Key: FLINK-40683
> URL: https://issues.apache.org/jira/browse/FLINK-40683
> Project: Flink
> Issue Type: Bug
> Components: Table SQL / Planner, Tests
> Affects Versions: 2.3.0, 2.2.1
> Reporter: Martijn Visser
> Assignee: Martijn Visser
> Priority: Major
> Fix For: 2.2.2, 2.3.1
>
>
> {code}
> [anti-join-on-nested]
> Expecting actual:
> ["+I[test_diff]", "+I[test_same]", "-D[test_same]"]
> to contain exactly in any order:
> ["+I[test_diff]"]
> {code}
> https://github.com/apache/flink/actions/runs/34919695234
> https://github.com/apache/flink/actions/runs/34875691136
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=79076
> Five of the fourteen release-2.3 runs in the last week, and on release-2.2 as
> well. The sink for this program has no {{.testMaterializedData()}} on these
> branches, so the assertion runs on the raw changelog and the transient
> {{+I[test_same]}} and {{-D[test_same]}} pair that the anti join emits when
> the probe row arrives before the build row fails it. Running the program 200
> times on release-2.3 produces that pair 40 times, with the materialized
> result correct in all 200. Master got the line from FLINK-39695.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)