Martijn Visser created FLINK-40683:
--------------------------------------
Summary: 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.2.1, 2.3.0
Reporter: Martijn Visser
{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)