Files
datafusion/ci/scripts
Piotr Findeisen 682fc05452 Fix running examples readme (#11225)
* Fix running examples readme

Some examples are runnable from any place (e.g. `csv_sql`), but some
expect a specific working directory (e.g. `regexp`). Running from
`datafusion-examples/examples` is tested on CI so guaranteed to work,
let's put this path in the README.

As a follow-up, we should look what it would take to make examples
runnable directly from an IDE such as RustRover.

* Remove doubled fmt check from CI

Examples' format is checked in `check-fmt` job, so can be skipped in
`rust_example.sh`.
2024-07-06 07:26:11 -04:00
..