-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
GH-43695: [C++][Parquet] flatbuffers metadata experiments #43793
base: main
Are you sure you want to change the base?
Conversation
Thanks for opening a pull request! If this is not a minor PR. Could you open an issue for this pull request on GitHub? https://github.com/apache/arrow/issues/new/choose Opening GitHub issues ahead of time contributes to the Openness of the Apache Arrow project. Then could you also rename the pull request title in the following format?
or
In the case of PARQUET issues on JIRA the title also supports:
See also: |
Thanks for posting this!
Here I split the build and run. For now, it will not run until you generate footers per (https://github.com/apache/parquet-benchmark/pull/1/files). |
As part of running this code, I put in a PR with synthetic footers to the |
|
This is an annotated attempt to use flatbuffers as metadata for parquet. The goals are:
To run experiments: