hililiwei commented on code in PR #8195:
URL: https://github.com/apache/iceberg/pull/8195#discussion_r1302361554
##########
flink/v1.17/flink/src/main/java/org/apache/iceberg/flink/sink/FlinkSink.java:
##########
@@ -379,12 +381,11 @@ private String operatorName(String suffix) {
}
@VisibleForTesting
- List<Integer> checkAndGetEqualityFieldIds() {
+ List<Integer> checkAndGetEqualityFieldIds(List<String> equalityColumns) {
Review Comment:
We have assigned `this.equalityFieldColumns`, so is there a need to change
here?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]