You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/12/15 13:16:40 UTC

[GitHub] [arrow] nevi-me commented on pull request #8880: ARROW-10674: [Rust][Parquet] Add Decimal to ArrayBuilderReader

nevi-me commented on pull request #8880:
URL: https://github.com/apache/arrow/pull/8880#issuecomment-745280514


   > I used the same JIRA issue here - I hope that this is okay.
   
   Please open a separate JIRA 😃 
   
   The Parquet spec supports reading decimal data from a few other types (`i32`, `i64`, `binary`) https://github.com/apache/parquet-format/blob/master/LogicalTypes.md#decimal.
   
   I think reading from `FixedSizeList` is a good start, but we should tackle the other types at some point. Also see #8926 where I've made similar changes.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org