Hi everyone, There is a small update about verification tests (XML). For a long time it had an issue with regenerated XML (didn't respect order and might lead to mess in diff). Now a fix[1] has been merged making the order deterministic (alphabetical order by test case). Plans were regenerated. It means that if there is an on-going PR changing such XML it might get into conflicts now. In order to resolve it: 1. Drop the problem XML 2. Rerun tests for the whole related class (it will regenerate a new XML with a valid order and content). 3. If you rerun it again it will pass
[1] https://issues.apache.org/jira/browse/FLINK-38609 -- Best regards, Sergey
