One of my PRs is showing integration test failures with Rust [1] for the
recursive nested test.

With an error:

Validating
/tmp/tmpg3zo83yh/de3ef975_generated_recursive_nested.json_as_file and
/tmp/arrow-integration-0bm7hcmd/generated_recursive_nested.json
Schemas match. JSON file has 2 batches.
thread 'main' panicked at 'called `Option::unwrap()` on a `None` value',
arrow/src/array/equal/list.rs:143:18
note: run with `RUST_BACKTRACE=1` environment variable to display a
backtrace


I don't think I did anything that would have touched this code for Rust,
and it seems like Rust is failing to consume for all producing languages:

FAILED TEST: recursive_nested C++ producing,  Rust consuming
FAILED TEST: recursive_nested Java producing,  Rust consuming
FAILED TEST: recursive_nested JS producing,  Rust consuming
FAILED TEST: recursive_nested Rust producing,  Rust consuming

Is this a known issue?  Anything I can try doing to fix this?

Thanks,
Micah


[1]
https://github.com/apache/arrow/pull/10177/checks?check_run_id=3305682790

Reply via email to