frantisekz opened a new issue, #10026:
URL: https://github.com/apache/arrow-rs/issues/10026
When working on building daft package for s390x, its build fails during
parquet-variant build on s390x with:
```
error[E0080]: index out of bounds: the length is 0 but the index is 72
--> vendor/parquet-variant/src/variant.rs:274:15
|
274 | const _: () = crate::utils::expect_size_of::<Variant>(80);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
```
--
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]