Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
arrow-ipc: Read dictionary IDs from dictionary tracker in correct order
When dictionary IDs are not preserved, then they are assigned depth first, however, when reading them from the dictionary tracker to write the IPC bytes, they were previously read from the dictionary tracker in the order that the schema is traversed (first come first serve), which caused an incorrect order of dictionaries serialized in IPC.
- Loading branch information