andygrove opened a new issue, #407:
URL: https://github.com/apache/arrow-ballista/issues/407
**Describe the bug**
```bash
./dev/build-ballista-rust.sh
```
```
Compiling ballista-core v0.8.0 (/home/builder/workspace/ballista/core)
Compiling ballista-scheduler v0.8.0
(/home/builder/workspace/ballista/scheduler)
Compiling ballista-executor v0.8.0
(/home/builder/workspace/ballista/executor)
Compiling etcd-client v0.9.2
Compiling arrow v24.0.0
Compiling parquet v24.0.0
Compiling arrow-flight v24.0.0
Compiling datafusion-common v13.0.0
Compiling datafusion-expr v13.0.0
Compiling datafusion-row v13.0.0
Compiling datafusion-physical-expr v13.0.0
Compiling datafusion-sql v13.0.0
Compiling datafusion-optimizer v13.0.0
Compiling datafusion v13.0.0
Compiling datafusion-proto v13.0.0
Compiling datafusion-cli v13.0.0
error[E0583]: file not found for module `datafusion`
-->
/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/datafusion-proto-13.0.0/src/generated/mod.rs:21:1
|
21 | pub mod datafusion;
| ^^^^^^^^^^^^^^^^^^^
|
= help: to create the module `datafusion`, create file
"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/datafusion-proto-13.0.0/src/generated/datafusion.rs"
or
"/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/datafusion-proto-13.0.0/src/generated/datafusion/mod.rs"
error[E0433]: failed to resolve: could not find `plan_type` in `protobuf`
-->
/usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/datafusion-proto-13.0.0/src/from_proto.rs:18:22
```
**To Reproduce**
```bash
./dev/build-ballista-rust.sh
```
**Expected behavior**
A clear and concise description of what you expected to happen.
**Additional context**
Add any other context about the problem here.
--
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]