This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new ccf395f40c (Doc) Enable rt-multi-thread feature for sample code
(#10770)
ccf395f40c is described below
commit ccf395f40c9cf4e59c3c8fbd828a164bfebc3024
Author: hsiang-c <[email protected]>
AuthorDate: Tue Jun 4 02:46:45 2024 +0800
(Doc) Enable rt-multi-thread feature for sample code (#10770)
---
docs/source/user-guide/example-usage.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/source/user-guide/example-usage.md
b/docs/source/user-guide/example-usage.md
index ae45c98d74..71a614313e 100644
--- a/docs/source/user-guide/example-usage.md
+++ b/docs/source/user-guide/example-usage.md
@@ -30,7 +30,7 @@ crates.io] page. Add the dependency to your `Cargo.toml` file:
```toml
datafusion = "latest_version"
-tokio = "1.0"
+tokio = { version = "1.0", features = ["rt-multi-thread"] }
```
## Add latest non published DataFusion dependency
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]