Dandandan commented on a change in pull request #976:
URL: https://github.com/apache/arrow-datafusion/pull/976#discussion_r703175597



##########
File path: docs/user-guide/src/library.md
##########
@@ -27,3 +29,32 @@ To get started, add the following to your `Cargo.toml` file:
 [dependencies]
 datafusion = "5.1.0"
 ```
+
+## Optimized Configuration
+
+For an optimized build several steps are required. First, use the following in 
your `Cargo.toml`:
+
+```toml
+[dependencies]
+datafusion = { git = "https://github.com/apache/arrow-datafusion.git";, 
features = ["simd"]}

Review comment:
       ```suggestion
   datafusion = "5.0"
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to