aokolnychyi commented on a change in pull request #588: Add sequential number
prepare for supporting row level delete (WIP)
URL: https://github.com/apache/incubator-iceberg/pull/588#discussion_r350085230
##########
File path: api/src/main/java/org/apache/iceberg/Snapshot.java
##########
@@ -104,4 +104,11 @@
* @return the location of the manifest list for this Snapshot
*/
String manifestListLocation();
+
+ /**
+ * Return this snapshot's sequence number, or 0 if the table has no snapshot
yet.
Review comment:
In which case will this actually return 0? If there is no snapshot, then
there is no `Snapshot` object, right?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]