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: [email protected]
