andygrove commented on PR #528:
URL: https://github.com/apache/arrow-ballista/pull/528#issuecomment-1319566042
With changes in this PR, it now fails with:
```
$ docker run --rm -it -v $(pwd):/io --workdir /io/python
konstin2/maturin:v0.12.10 build
🍹 Building a mixed python/rust project
💥 maturin failed
Caused by: Cargo metadata failed. Does your crate compile with `cargo
build`?
Caused by: `cargo metadata` exited with an error: Updating crates.io
index
error: failed to select a version for the requirement `parquet = "^26.0.0"`
candidate versions found which didn't match: 15.0.0, 14.0.0, 13.0.0, ...
location searched: crates.io index
required by package `ballista-python v0.10.0 (/io/python)`
```
--
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]