gustavodemorais opened a new pull request, #28278: URL: https://github.com/apache/flink/pull/28278
## What is the purpose of the change Add missing test coverage for the TO_CHANGELOG and FROM_CHANGELOG PTFs: restore tests for upsert and PARTITION BY variants of both functions, plus set-semantics cases in the TO_CHANGELOG output type strategy. ## Brief change log - Add UPSERT_RESTORE, RETRACT_PARTITION_BY_RESTORE, UPSERT_PARTITION_BY_RESTORE, and RETRACT_PRODUCES_PARTIAL_DELETES_RESTORE programs to ToChangelogTestPrograms and wire them into ToChangelogRestoreTest. - Add RETRACT_PARTITION_BY_RESTORE and UPSERT_PARTITION_BY_RESTORE programs to FromChangelogTestPrograms and wire them into FromChangelogRestoreTest. - Add set-semantics test cases (produces_full_deletes true and false) to ToChangelogOutputTypeStrategyTest. - Generated compiled plan JSON and savepoint metadata for the new restore programs. ## Verifying this change - ToChangelogRestoreTest - FromChangelogRestoreTest - ToChangelogOutputTypeStrategyTest ## Does this pull request potentially affect one of the following parts: - Dependencies (does it add or upgrade a dependency): no - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: no - The serializers: no - The runtime per-record code paths (performance sensitive): no - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Kubernetes/Yarn, ZooKeeper: no - The S3 file system connector: no ## Documentation - Does this pull request introduce a new feature? no --- ##### Was generative AI tooling used to co-author this PR? - [x] Yes (please specify the tool below) Opus 4.7, 2.1.117 (Claude Code) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
