Skip to content
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

[C++][Parquet] Allow writing BloomFilter for specific column #34785

Open
mapleFU opened this issue Mar 30, 2023 · 1 comment · May be fixed by #37400
Open

[C++][Parquet] Allow writing BloomFilter for specific column #34785

mapleFU opened this issue Mar 30, 2023 · 1 comment · May be fixed by #37400

Comments

@mapleFU
Copy link
Member

mapleFU commented Mar 30, 2023

Describe the enhancement requested

In parquet spec, we can have a BloomFilter for a column in one RowGroup. Writer can set BloomFilter when writing columns. The setting patterns would be like {write_bloom, ndv} in column properties.

Component(s)

C++, Parquet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment