You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "mapleFU (via GitHub)" <gi...@apache.org> on 2023/06/23 15:41:16 UTC

[GitHub] [arrow] mapleFU commented on pull request #36269: GH-36268: [C++] WIP: Support Parquet BloomFilter in dataset

mapleFU commented on PR #36269:
URL: https://github.com/apache/arrow/pull/36269#issuecomment-1604463179

   I've draft a patch, however I've meet some problems:
   
   1. In this implemention, all bf is cached when opening, can we delay loading the bloom filter until data is required by filter ( This might introduce IO)
   2. How to passing config into Fragment? I didn't find way to indicate bloom filter is required
   
   As for hashing and schema evolution, I'll try to fix it


-- 
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