dawidwys commented on code in PR #26306:
URL: https://github.com/apache/flink/pull/26306#discussion_r2005529646


##########
flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/runtime/stream/sql/DataStreamJavaITCase.java:
##########
@@ -577,6 +577,7 @@ void testFromAndToChangelogStreamUpsert() throws Exception {
                 tableEnv.fromChangelogStream(
                         changelogStream,
                         Schema.newBuilder().primaryKey("f0").build(),
+                        // produce partial deletes

Review Comment:
   no, it's correct. I changed it that, by default `upsert` produces partial 
deletes.



-- 
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]

Reply via email to