chenjunjiedada opened a new pull request, #4769: URL: https://github.com/apache/iceberg/pull/4769
Currently, there is no straight way to get sequence numbers of `DeleteFile` and `DataFile`. It is not convenient to use, for example, it uses two arrays and the `Pair` class to build the delete file index. Furthermore, we may have some actions which depend on comparing the sequence numbers between deletes and data files. This PR tries to add `sequenceNumber` method to `ContentFile` and set the sequence number when applying the inherited metadata thus both `DeleteFile` and `DataFile` can get sequence numbers directly. -- 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]
