xuyangzhong commented on code in PR #27107:
URL: https://github.com/apache/flink/pull/27107#discussion_r2469301188
##########
flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/factories/TestUpdateDeleteTableFactory.java:
##########
@@ -447,6 +448,12 @@ public RowLevelUpdateMode getRowLevelUpdateMode() {
}
};
}
+
+ @Override
+ public boolean applyTargetColumns(int[][] targetColumns) {
Review Comment:
It seems a bit odd that the SupportsRowLevelUpdateSink test sink supports
SupportsTargetColumnWriting but does nothing. I think it might not actually be
necessary. 🤔
--
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]