anoopj opened a new pull request, #18138: URL: https://github.com/apache/iceberg/pull/18138
Replace `ManifestInfo`'s raw `dv()/dvCardinality()` pair with a single `manifestDeletionVector()` returning `ManifestBitmap`, backed by the read-only MumblingBitmap implementation. The dv_cardinality field (523) is dropped since cardinality is carried in the Mumbling bitmap header, and the adapter now delegates instead of wrapping the bytes in a stub that throws on cardinality()/isSet(). -- 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]
