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

Support writing bloom filters in optimized parquet writer #16536

Closed
raunaqmorarka opened this issue Mar 14, 2023 · 4 comments · Fixed by #20662
Closed

Support writing bloom filters in optimized parquet writer #16536

raunaqmorarka opened this issue Mar 14, 2023 · 4 comments · Fixed by #20662
Assignees

Comments

@raunaqmorarka
Copy link
Member

Currently the reader is able to take advantage of bloom filters in parquet files, but we do not support writing bloom filters in parquet files yet.

@AnirudhVyas
Copy link

is this done? what kind of help is needed in getting this in place?

@raunaqmorarka
Copy link
Member Author

@AnirudhVyas This is not done yet. It needs someone to take a look at the existing parquet-mr code to write bloom filters and replicate it in Trino parquet writer.

@AnirudhVyas
Copy link

where's the parquet write in source for trino can you point me please?

@AnirudhVyas
Copy link

I imagine it'd be here:

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

Successfully merging a pull request may close this issue.

3 participants