Skip to content

GH-3710: Tolerate unrecognized logical/physical type combinations when reading - #3711

Open
divjotarora wants to merge 1 commit into
apache:masterfrom
divjotarora:log-phys-type-combo
Open

GH-3710: Tolerate unrecognized logical/physical type combinations when reading#3711
divjotarora wants to merge 1 commit into
apache:masterfrom
divjotarora:log-phys-type-combo

Conversation

@divjotarora

@divjotarora divjotarora commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

Rationale for this change

See apache/parquet-format#607 for rationale.

What changes are included in this PR?

This PR modifies parquet-java to gracefully handle unrecognized logical/physical type combinations by dropping the logical type during the read and dropping any associated statistics for the relevant columns. Note that unrecognized logical types are already handled gracefully and no changes were required.

Are these changes tested?

Yes, several unit tests added.

Are there any user-facing changes?

No.

Closes #3710

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Specify handling for unrecognized logical/physical type combinations

1 participant