apache / datafusion-ballista

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

Fix Ballista rust.yml github workflow #1026

Closed RaphaelMarinier closed 5 months ago

RaphaelMarinier commented 5 months ago

Fix the failing docker builder in the github workflow.

Make clippy happy:

andygrove commented 5 months 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 5 months ago

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

andygrove commented 5 months ago

Thanks @RaphaelMarinier