helgikrs opened a new pull request #870: URL: https://github.com/apache/arrow-rs/pull/870
# Which issue does this PR close? Part of #846 # Rationale for this change Dictionaries are lost when serializing a `RecordBatch` for IPC, producing invalid arrow data. This PR changes `encoded_batch` to recursively find all dictionary fields within the schema (currently only in structs and unions) so nested dictionaries are properly serialized. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
