Skip to content

Commit f3c868f

Browse files
authored
doc: Add a note that datafusion may need to be downgraded after installing it (apache#1348)
`cargo add ballista datafusion tokio` installs the latest versions of the listed dependencies and ofter Ballista is a bit behind DataFusion, so the user needs to downgrade it so they match
1 parent eab22e2 commit f3c868f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ballista/client/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ To build a simple ballista example, run the following command to add the depende
117117
cargo add ballista datafusion tokio
118118
```
119119

120+
**Important**: Make sure the version of `datafusion` is the same as `ballista`'s! You may need to use a bit older version of `datafusion`!
121+
120122
```rust,no_run
121123
use ballista::prelude::*;
122124
use datafusion::common::Result;

0 commit comments

Comments
 (0)