Skip to content

feat(table): configure Parquet DataPage version#812

Merged
zeroshade merged 1 commit intoapache:mainfrom
laskoviymishka:feat/parquet-page-version
Mar 26, 2026
Merged

feat(table): configure Parquet DataPage version#812
zeroshade merged 1 commit intoapache:mainfrom
laskoviymishka:feat/parquet-page-version

Conversation

@laskoviymishka
Copy link
Copy Markdown
Contributor

Add write.parquet.page-version property ("1" or "2", default "2"). Resolves compatibility with consumers that don't support DataPage V2 (e.g. Snowflake). Default keeps current V2 behavior for backward compat.

Fix: #800

Add write.parquet.page-version property ("1" or "2", default "2").
Resolves compatibility with consumers that don't support DataPage V2
(e.g. Snowflake). Default keeps current V2 behavior for backward compat.

Refs: apache#800
@laskoviymishka laskoviymishka force-pushed the feat/parquet-page-version branch from 32052bd to 41e495e Compare March 25, 2026 23:41
@laskoviymishka laskoviymishka marked this pull request as ready for review March 25, 2026 23:47
@zeroshade zeroshade merged commit cfb21e6 into apache:main Mar 26, 2026
13 checks passed
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.

Add option to configure Parquet DataPage version when writing

2 participants