pierrebelzile commented on issue #1694: URL: https://github.com/apache/arrow-rs/issues/1694#issuecomment-1137840333
I updated the github repo to include instructions to build but I can't connect to it from my work to correctly finish setting up. In the meanwhile, I've single stepped the code in C++ and the issue is that the dictionary id seen in C++ is always 0 in cpp/src/arrow/ipc/reader.cc:786 (arrow 7.0). This causes the dictionaries to "overwrite" each other and that's why we only see one of them. I have no idea why it works in Rust... -- 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]
