GitHub user SelectSweet closed a discussion: Not Sure if ive found an issue, or 
if im just missing a feature flag

so I've only added datafusion to my cargo.toml, and now I'm getting this build 
error. I'm wondering if there's some feature flag I need to add to my 
cargo.toml to fix this, or if it's just some bug or issue.

```
error[E0599]: no method named `spawn_blocking` found for struct `JoinSet` in 
the current scope
  --> 
/home/pbox/.cargo/registry/src/index.crates.io-6f17d22bba15001f/datafusion-28.0.0/src/physical_plan/stream.rs:93:23
   |
93 |         self.join_set.spawn_blocking(f);
   |                       ^^^^^^^^^^^^^^ help: there is a method with a 
similar name: `spawn_on`

For more information about this error, try `rustc --explain E0599`.
```

GitHub link: https://github.com/apache/datafusion/discussions/7253

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: 
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to