You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2023/05/12 14:48:42 UTC

[arrow-datafusion] branch main updated: Bump snmalloc version in the example usage doc (#6344)

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/arrow-datafusion.git


The following commit(s) were added to refs/heads/main by this push:
     new cbdf4cda45 Bump snmalloc version in the example usage doc (#6344)
cbdf4cda45 is described below

commit cbdf4cda4506c60fd8e7864fb51caf67039cc273
Author: Kirill Zaborsky <qr...@gmail.com>
AuthorDate: Fri May 12 17:48:35 2023 +0300

    Bump snmalloc version in the example usage doc (#6344)
    
    Follow snmalloc upgrade in 9.0.0
---
 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 d8e7e3c882..2bbbe8e38f 100644
--- a/docs/source/user-guide/example-usage.md
+++ b/docs/source/user-guide/example-usage.md
@@ -166,7 +166,7 @@ worth noting that using the settings in the `[profile.release]` section will sig
 [dependencies]
 datafusion = { version = "22.0" , features = ["simd"]}
 tokio = { version = "^1.0", features = ["rt-multi-thread"] }
-snmalloc-rs = "0.2"
+snmalloc-rs = "0.3"
 
 [profile.release]
 lto = true