helgikrs opened a new pull request #923: URL: https://github.com/apache/arrow-rs/pull/923
# Which issue does this PR close? Closes #846 # What changes are included in this PR? This change recursively walks the entire schema to pick up all dictionary fields (nested) within other fields. This allows the IPC deserialization to match dictionaries to fields when those fields are not found at the top level of the schema. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org