You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2020/04/07 07:55:52 UTC

[GitHub] [incubator-iceberg] chenjunjiedada commented on a change in pull request #588: [WIP] Add sequence number for supporting row level delete

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_r404609649
 
 

 ##########
 File path: core/src/main/java/org/apache/iceberg/BaseSnapshot.java
 ##########
 @@ -42,6 +42,7 @@
   private final InputFile manifestList;
   private final String operation;
   private final Map<String, String> summary;
+  private Long sequenceNumber;
 
 Review comment:
   @prodeezy , you may want to check this:  https://github.com/apache/incubator-iceberg/pull/588#issuecomment-552635281.
   

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


With regards,
Apache Git Services

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