GH-43695: [C++][Parquet] flatbuffers metadata experiments#43793
GH-43695: [C++][Parquet] flatbuffers metadata experiments#43793alkis wants to merge 10 commits intoapache:mainfrom
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 |
|
|
f273033 to
833e1cb
Compare
|
Thank you for your contribution. Unfortunately, this pull request has been marked as stale because it has had no activity in the past 365 days. Please remove the stale label or comment below, or this PR will be closed in 14 days. Feel free to re-open this if it has been closed in error. If you do not have repository permissions to reopen the PR, please tag a maintainer. |
… instead of relative ones. Implement Geo types. Add Float16 and Variant. Pack statistics better
|
Closing in favor of #48431 |
This is an annotated attempt to use flatbuffers as metadata for parquet. The goals are:
To run experiments: