Skip to content

[DRAFT RFC] feat(parquet): add PARX format prototype with CRC32C footer and featu…#10177

Draft
emkornfield wants to merge 1 commit into
apache:mainfrom
emkornfield:parx_footer
Draft

[DRAFT RFC] feat(parquet): add PARX format prototype with CRC32C footer and featu…#10177
emkornfield wants to merge 1 commit into
apache:mainfrom
emkornfield:parx_footer

Conversation

@emkornfield

Copy link
Copy Markdown
Contributor

Concrete implementation of apache/parquet-format#588 for discussion

for discussion https://lists.apache.org/thread/8qjyqrbkwj14hrpk8f806bwy2k3m3ds1

Introduces PARX extension and uses it for omitting path in schema, along with having it set by default for major version.

@github-actions github-actions Bot added the parquet Changes to the parquet crate label Jun 22, 2026
@emkornfield emkornfield marked this pull request as draft June 22, 2026 06:51
///
/// When enabled, files use the `PARX` magic number instead of `PAR1`/`PARE`.
/// The PARX footer includes feature flags, spec version, and a CRC32 checksum.
/// Requires the `parx` feature to be enabled at compile time.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

out of date comment.

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

Labels

parquet Changes to the parquet crate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant