ebyhr opened a new pull request, #3491: URL: https://github.com/apache/iceberg-python/pull/3491
# Rationale for this change PuffinFile handles two tasks: format parsing (magic bytes, footer, blobs) and deletion vector domain logic (bitmap deserialization and PyArrow conversion). This will become problematic when we introduce support for the NDV `apache-datasketches-theta-v1` blob in the future. ## Are these changes tested? Yes ## Are there any user-facing changes? Yes - PuffinFile class user needs to call DeletionVector. -- 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]
