mxm commented on code in PR #17018:
URL: https://github.com/apache/iceberg/pull/17018#discussion_r3503647596
##########
flink/v2.1/flink/src/main/java/org/apache/iceberg/flink/maintenance/operator/EqualityConvertPKIndex.java:
##########
@@ -174,6 +180,8 @@ public void processElement(IndexCommand cmd,
ReadOnlyContext ctx, Collector<DVPo
resolveSequenceNumber.update(cmd.deleteSequenceNumber());
}
+ resolveSpecId.update(cmd.deleteSpecId());
Review Comment:
Thanks! Good catch, there can be multiple specs per commit and we must take
this into account. I've changed this in a fixup commit.
--
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]