raminqaf commented on code in PR #28235:
URL: https://github.com/apache/flink/pull/28235#discussion_r3312025239
##########
flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/plan/nodes/exec/stream/ToChangelogTestPrograms.java:
##########
@@ -187,7 +187,8 @@ public class ToChangelogTestPrograms {
public static final TableTestProgram UPSERT_PARTITION_BY =
TableTestProgram.of(
"to-changelog-upsert-partition-by",
- "PARTITION BY upsert key + mapping without UB
skips ChangelogNormalize")
+ "PARTITION BY upsert key + mapping without UB
skips ChangelogNormalize; "
+ + "default produces_full_deletes=false
nulls non-key columns on DELETE")
Review Comment:
Removed.
--
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]