rdblue commented on code in PR #17932:
URL: https://github.com/apache/iceberg/pull/17932#discussion_r3928947485
##########
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:
This is fine for now. We have other places that will need to be updated as
well.
--
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]