RoseZhang123 opened a new pull request, #8762: URL: https://github.com/apache/arrow-rs/pull/8762
# Which issue does this PR close? - Closes #8727 . # Rationale for this change Explained in the issue #8727 . # What changes are included in this PR? Make the following method signatures public: ``` pub(crate) fn new(bitset: &[u8]) -> Self; pub(crate) fn write<W: Write>(&self, mut writer: W) -> Result<(), ParquetError> ``` # Are these changes tested? Added unit tests for them. # Are there any user-facing changes? Users is now able to deserialize SBBFs straight from storage and re-serialize them form raw bytes. -- 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]
