anoopj commented on code in PR #17932:
URL: https://github.com/apache/iceberg/pull/17932#discussion_r3919060370
##########
api/src/main/java/org/apache/iceberg/ManifestFile.java:
##########
@@ -210,6 +210,11 @@ default Long firstRowId() {
return null;
}
+ /** Returns the manifest deletion vector, or null if absent. */
+ default ByteBuffer deletionVector() {
Review Comment:
Another design decision is whether we just have a `ByteBuffer` or whether we
introduce a class for MDVs.
--
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]