Timo Walther created FLINK-37671:
------------------------------------
Summary: ChangelogMode.toString returns invalid string for partial
deletes
Key: FLINK-37671
URL: https://issues.apache.org/jira/browse/FLINK-37671
Project: Flink
Issue Type: Sub-task
Components: Table SQL / API
Reporter: Timo Walther
Assignee: Dawid Wysakowicz
Currently, returns
{code}
[INSERT, UPDATE_AFTER, ~D]
{code}
Should be:
{code}
[INSERT, UPDATE_AFTER, ~DELETE]
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)