vibhatha commented on issue #5815: URL: https://github.com/apache/arrow-rs/issues/5815#issuecomment-2137246385
Yes, I looked into the code, https://github.com/apache/arrow-rs/blob/7fe01bb432c0d190312158b706bda5971ca7d883/arrow-ipc/src/reader.rs#L590 here it checks for the `variadic_count` and it is only failing one branch of the code (else branch). In Java, we added the missing spec attribute `variadicBufferCounts`. Maybe this caused an issue in the Rust integration tests? -- 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]
