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] Parquet Support Read BloomFilter #34665

Closed
mapleFU opened this issue Mar 21, 2023 · 1 comment · Fixed by #34728
Closed

[C++][Parquet] Parquet Support Read BloomFilter #34665

mapleFU opened this issue Mar 21, 2023 · 1 comment · Fixed by #34728

Comments

@mapleFU
Copy link
Member

mapleFU commented Mar 21, 2023

Describe the enhancement requested

Previously in the patch below, we implement bf for the current spec:

  1. GH-34078: [C++][Parquet] Minor API improvements for BloomFilter #33995
  2. GH-15164: [C++][Parquet] Implement current version of BloomFilter spec #33776

Now I can support read from bloom filter in parquet file.

Component(s)

C++, Parquet

@mapleFU
Copy link
Member Author

mapleFU commented Mar 21, 2023

take

westonpace pushed a commit that referenced this issue Mar 29, 2023
### Rationale for this change

Allow reading bloom filter in parquet file reader.

### What changes are included in this PR?

1. [x] Add Basic BloomFilterReader
2. [x] Test BloomFilterReader

### Are these changes tested?

Will add

### Are there any user-facing changes?

User can read bf from file now.

* Closes: #34665

Authored-by: mwish <maplewish117@gmail.com>
Signed-off-by: Weston Pace <weston.pace@gmail.com>
@westonpace westonpace added this to the 12.0.0 milestone Mar 29, 2023
ArgusLi pushed a commit to Bit-Quill/arrow that referenced this issue May 15, 2023
### Rationale for this change

Allow reading bloom filter in parquet file reader.

### What changes are included in this PR?

1. [x] Add Basic BloomFilterReader
2. [x] Test BloomFilterReader

### Are these changes tested?

Will add

### Are there any user-facing changes?

User can read bf from file now.

* Closes: apache#34665

Authored-by: mwish <maplewish117@gmail.com>
Signed-off-by: Weston Pace <weston.pace@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants