rdblue commented on a change in pull request #3204:
URL: https://github.com/apache/iceberg/pull/3204#discussion_r719756194
##########
File path: core/src/main/java/org/apache/iceberg/SnapshotProducer.java
##########
@@ -133,6 +133,15 @@ public ThisT deleteWith(Consumer<String> deleteCallback) {
*/
protected abstract String operation();
+ /**
+ * A Long that write sequenceNumber in manifest-list file.
+ *
+ * @return a string operation
+ */
+ protected Long sequenceNumber() {
Review comment:
I think this needs a more specific name, like `sequenceNumberOverride`
--
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]