Skip to content

Question about type conversion between parquet and arrow. #4731

Answered by tustvold
RinChanNOWWW asked this question in Q&A
Discussion options

You must be logged in to vote

Int96 is deprecated - https://github.com/apache/parquet-format/blob/master/Encodings.md#plain-plain--0

Timestamps should always be encoded as int64 now - https://github.com/apache/parquet-format/blob/master/LogicalTypes.md#timestamp

Int96 is only still supported for compatibility with spark, which still has issues supporting nanosecond timestamps stored as int64

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by RinChanNOWWW
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants