You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/11/10 03:47:56 UTC

[GitHub] [arrow-rs] tustvold commented on pull request #3057: add bloom filter implementation based on split block (sbbf) spec

tustvold commented on PR #3057:
URL: https://github.com/apache/arrow-rs/pull/3057#issuecomment-1309730516

   >  it only contains an offset, then the length of its record is read out from the BloomFilterHeader, with only an offset, there's no way to read with ChunkReader.
   
   We may have to do something similar to what we do for the footer, guess what the length is, and then read additional data if necessary


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org