chenjunjiedada 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_r346881556
 
 

 ##########
 File path: core/src/main/java/org/apache/iceberg/FastAppend.java
 ##########
 @@ -128,7 +130,7 @@ protected void cleanUncommitted(Set<ManifestFile> 
committed) {
     }
   }
 
-  private ManifestFile writeManifest() throws IOException {
+  private ManifestFile writeManifest(long availSeqNum) throws IOException {
 
 Review comment:
   Make sense.

----------------------------------------------------------------
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]

Reply via email to