mirror of
https://github.com/langchain-ai/datafusion.git
synced 2026-07-18 21:24:40 -04:00
682fc05452
* 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`.