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/10/12 21:55:19 UTC

[GitHub] [arrow] nevi-me opened a new pull request #8450: ARROW-10289: [Rust] Read dictionaries in IPC streams

nevi-me opened a new pull request #8450:
URL: https://github.com/apache/arrow/pull/8450


   We were reading dictionaries in the file reader, but not in the stream reader.
   This was a trivial change, as we needed to add the dictionary to the stream when we encounter it, and then read the next message until we reach a record batch.
   
   I tested with the 0.14.1 golden file, I'm going to test with later versions (1.0.0-littleendian) when I get to `arrow::ipc::MetadataVersion::V5` support, hopefully soon.


----------------------------------------------------------------
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



[GitHub] [arrow] jorgecarleitao closed pull request #8450: ARROW-10289: [Rust] Read dictionaries in IPC streams

Posted by GitBox <gi...@apache.org>.
jorgecarleitao closed pull request #8450:
URL: https://github.com/apache/arrow/pull/8450


   


----------------------------------------------------------------
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



[GitHub] [arrow] github-actions[bot] commented on pull request #8450: ARROW-10289: [Rust] Read dictionaries in IPC streams

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #8450:
URL: https://github.com/apache/arrow/pull/8450#issuecomment-707380649


   https://issues.apache.org/jira/browse/ARROW-10289


----------------------------------------------------------------
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