Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions ballista/client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ To build a simple ballista example, run the following command to add the depende
cargo add ballista datafusion tokio
```

**Important**: Make sure the version of `datafusion` is the same as `ballista`'s! You may need to use a bit older version of `datafusion`!

```rust,no_run
use ballista::prelude::*;
use datafusion::common::Result;
Expand Down