This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
What's the recommended way to read parquet files with offset + len #1231
Answered
by
jorgecarleitao
wooden-worm
asked this question in
Q&A
-
I want to read just a portion of a given parquet file, from row number I've been playing around with |
Beta Was this translation helpful? Give feedback.
Answered by
jorgecarleitao
Aug 17, 2022
Replies: 1 comment 3 replies
-
Great question. :) We currently do not support offset pushdown in general parquet. With that said, we do support it on (either) situations:
Do you know whether you are in one of these situations? Regardless of this, there is a use-case to add support for offset pushdown to the deserializer. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
wooden-worm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Great question. :)
We currently do not support offset pushdown in general parquet.
With that said, we do support it on (either) situations:
Do you know whether you are in one of these situations?
Regardless of this, there is a use-case to add support for offset pushdown to the deserializer.