Sergey Nuyanzin created FLINK-38177:
---------------------------------------
Summary: ALTER TABLE .. MODIFY WATERMARK might reset current
distribution
Key: FLINK-38177
URL: https://issues.apache.org/jira/browse/FLINK-38177
Project: Flink
Issue Type: Technical Debt
Components: Table SQL / Planner
Reporter: Sergey Nuyanzin
Assignee: Sergey Nuyanzin
Example to reproduce
1. there is a table with distribution
{code:sql}
ALTER TABLE tb1 ADD WATERMARK FOR ts AS ts - INTERVAL '1' MINUTE
{code}
after that the distribution for this table is empty
--
This message was sent by Atlassian Jira
(v8.20.10#820010)