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

Incorrect cli arguments in ballista examples and documentation #1086

Closed tbar4 closed 1 month ago

tbar4 commented 1 month ago

Describe the bug The examples in both the Ballista Quickstart Documentation and the repo have incorrect example arguments for the CLI.

Screenshot 2024-10-15 at 12 08 16 PM Screenshot 2024-10-15 at 11 55 17 AM

Running the above will give the following error

cargo run --release --bin sql
error: no bin target named `sql`.

To Reproduce Steps to reproduce the behavior:

Follow the quickstart guide or repo examples linked above

Expected behavior A clear and concise description of what you expected to happen.

The examples should run wihtout error

Additional context

I will submit a Pull Request shortly to solve the issues