chenjunjiedada commented on a change in pull request #588: [WIP] Add sequence 
number for supporting row level delete
URL: https://github.com/apache/incubator-iceberg/pull/588#discussion_r404679626
 
 

 ##########
 File path: core/src/main/java/org/apache/iceberg/ManifestWriter.java
 ##########
 @@ -110,6 +110,7 @@ public static ManifestWriter write(PartitionSpec spec, 
OutputFile outputFile) {
   private long existingRows = 0L;
   private int deletedFiles = 0;
   private long deletedRows = 0L;
+  private Long sequenceNumber = null;
 
   ManifestWriter(PartitionSpec spec, OutputFile file, Long snapshotId) {
 
 Review comment:
   agreed

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to