Sergey Nuyanzin created FLINK-40286:
---------------------------------------
Summary: Adapt keyless upsert sink should fall back to retract to
MiscSemanticTests
Key: FLINK-40286
URL: https://issues.apache.org/jira/browse/FLINK-40286
Project: Flink
Issue Type: Bug
Components: Table SQL / Planner, Tests
Reporter: Sergey Nuyanzin
Assignee: Sergey Nuyanzin
The test {{MiscSemanticTests>CommonSemanticTestBase}} is failing as
{noformat}
[ERROR] MiscSemanticTests>CommonSemanticTestBase.runSteps:108
[calc-coalesce-nested-row-left-join]
Expecting actual:
["+I[1]", "-D[1]", "+I[1]", "+I[2]"]
to contain exactly in any order:
["+I[1]", "+I[2]"]
but the following elements were unexpected:
["-D[1]", "+I[1]"]
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)