apache / datafusion-ballista

Apache DataFusion Ballista Distributed Query Engine
https://datafusion.apache.org/ballista
Apache License 2.0
1.39k stars 181 forks source link

Fix Ballista rust.yml github workflow #1026

Closed RaphaelMarinier closed 1 week ago

RaphaelMarinier commented 1 week ago

Fix the failing docker builder in the github workflow.

Make clippy happy:

andygrove commented 1 week ago

@RaphaelMarinier looks like you need to add rust-toolchain to rat exclude list (somewhere under dev, IIRC)

NOT APPROVED: rust-toolchain.toml (./rust-toolchain.toml): false
RaphaelMarinier commented 1 week ago

I added the missing license header to rust-toolchain.toml to make rat happy.

andygrove commented 1 week ago

Thanks @RaphaelMarinier