-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrate Parquet bloomfilter feature #2391
Comments
Thanks for ping me, @shangxinli ! Let me try locally first, will post PR once it works well. |
This has been completed thanks to @\huaxingao and others. See some related PRs:
If there's anything else you'd like to follow up on, please create a new issue (as this one is somewhat old). There are a few open issues for example Flink support etc. I'm going to close this, but feel free to open a new issue or reopen this one if you feel it's necessary (I suggest opening a new one as this issue is pretty old). Thanks @shangxinli! |
This issue has been automatically marked as stale because it has been open for 180 days with no activity. It will be closed in next 14 days if no further activity occurs. To permanently prevent this issue from being considered stale, add the label 'not-stale', but commenting on the issue is preferred when possible. |
This issue has been closed because it has not received any activity in the last 14 days since being marked as 'stale' |
Parquet bloom filter(https://github.com/apache/parquet-format/blob/master/BloomFilter.md) will be available once parquet 1.12.0 is released.
This issue is created to integrate parquet bloom filter after Iceberg upgrades the parquet version to 1.12.0 (#2390), and Parquet has the "column resolution by ID" feature https://issues.apache.org/jira/browse/PARQUET-2006
The text was updated successfully, but these errors were encountered: