Parquet format Version and page size #428
Replies: 1 comment
-
No, you cannot set those manually by design as it would corrupt parquet header. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
We are trying to ensure parquet files we write out have a particular parquet format version, (ie: 1.0, 2.4). Is there are way to write out the format version using the low-level API?
Same question for the page size. I see the page size is part of the PageHeader class, but it seems that the PageHeader page size is always set to be the size of the data in the current column being written.
Beta Was this translation helpful? Give feedback.
All reactions