tustvold commented on issue #5815: URL: https://github.com/apache/arrow-rs/issues/5815#issuecomment-2137375993
Why would variadicBufferCounts be populated for payloads that don't contain variadic data? ``` 2024-05-29T11:06:56.3475547Z FAILED TEST: interval_mdn Java producing, Rust consuming 2024-05-29T11:06:56.3477808Z <class 'RuntimeError'>: Command failed: /build/rust/debug/arrow-json-integration-test --integration --arrow=/tmp/tmpx06ebyg3/5302f58e_generated_interval_mdn.json_as_file --json=/tmp/arrow-integration-oo50s7yc/generated_interval_mdn.json --mode=VALIDATE 2024-05-29T11:06:56.3479652Z With output: 2024-05-29T11:06:56.3479985Z -------------- 2024-05-29T11:06:56.3480494Z thread 'main' panicked at arrow-ipc/src/reader.rs:590:9: 2024-05-29T11:06:56.3481312Z assertion failed: variadic_counts.is_empty() 2024-05-29T11:06:56.3482053Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace ``` This possibly shouldn't be an assertion failure in Rust but a regular error, but the data Java is producing is malformed is it not? -- 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]
