Dawid Wysakowicz created FLINK-38356:
----------------------------------------
Summary: Regenerating files for
WATERMARK_ASSIGNER_PUSHDOWN_METADATA hangs
Key: FLINK-38356
URL: https://issues.apache.org/jira/browse/FLINK-38356
Project: Flink
Issue Type: Bug
Components: Table SQL / Planner, Tests
Reporter: Dawid Wysakowicz
When regenerating savepoint files for
{{WatermarkAssignerTestPrograms.WATERMARK_ASSIGNER_PUSHDOWN_METADATA}} it hangs
infinitely. The problem is that the combination of
{{code}}
.addOption("enable-watermark-push-down",
"true")
.addOption("disable-lookup", "true")
{{code}}
uses a source that finishes quickly before we can take a savepoint.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)