Files
datafusion/ci/scripts
Chris O'Donnell c56840734c fix: flight examples (#9335)
* fix: downgrade tonic for arrow compatibility

Tonic 0.10 and 0.11 are not API compatible.
Arrow 50 depends on tonic 0.10, and datafusion must match that dependency for compatibility reasons.

* feat: make nested examples runnable

cargo run --example doesn't support nested examples. Nested examples need an explicit block to be runnable.

* fix: fix custom catalog typo and formatting

* docs: add note about upgrading tonic with arrow

* ci: add cargo check for all examples
2024-02-26 09:16:05 -08:00
..
2024-02-26 09:16:05 -08:00