This is an automated email from the ASF dual-hosted git repository. houqp pushed a commit to branch houqp-patch-2 in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
commit 2d8d543aa1a7c04f305aae3b3e89f0e70ee90ac8 Author: QP Hou <[email protected]> AuthorDate: Sun Oct 10 16:04:17 2021 -0700 simplify optimized build documentation --- docs/source/user-guide/library.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/source/user-guide/library.md b/docs/source/user-guide/library.md index bfaf741..e724ed7 100644 --- a/docs/source/user-guide/library.md +++ b/docs/source/user-guide/library.md @@ -38,9 +38,8 @@ worth noting that using the settings in the `[profile.release]` section will sig ```toml [dependencies] datafusion = { version = "5.0" , features = ["simd"]} -tokio = { version = "^1.0", features = ["macros", "rt", "rt-multi-thread"] } +tokio = { version = "^1.0", features = ["rt-multi-thread"] } snmalloc-rs = {version = "0.2", features= ["cache-friendly"]} -num_cpus = "1.0" [profile.release] lto = true
