You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2020/08/22 20:36:05 UTC

[arrow] branch master updated: ARROW-9819: [C++] Bump mimalloc to 1.6.4

This is an automated email from the ASF dual-hosted git repository.

kou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 85f4324  ARROW-9819: [C++] Bump mimalloc to 1.6.4
85f4324 is described below

commit 85f4324af4648c2969274d1c6f32e87ab1bf861b
Author: Neal Richardson <ne...@gmail.com>
AuthorDate: Sun Aug 23 05:35:21 2020 +0900

    ARROW-9819: [C++] Bump mimalloc to 1.6.4
    
    1.6.4 includes a fix for https://github.com/microsoft/mimalloc/issues/277, which we need to enable it in the R Windows CRAN packages.
    
    Closes #8019 from nealrichardson/mimalloc-1.6.4
    
    Authored-by: Neal Richardson <ne...@gmail.com>
    Signed-off-by: Sutou Kouhei <ko...@clear-code.com>
---
 cpp/thirdparty/versions.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cpp/thirdparty/versions.txt b/cpp/thirdparty/versions.txt
index becfcc4..2cece54 100644
--- a/cpp/thirdparty/versions.txt
+++ b/cpp/thirdparty/versions.txt
@@ -36,7 +36,7 @@ ARROW_GRPC_BUILD_VERSION=v1.29.1
 ARROW_GTEST_BUILD_VERSION=1.8.1
 ARROW_JEMALLOC_BUILD_VERSION=5.2.1
 ARROW_LZ4_BUILD_VERSION=v1.9.2
-ARROW_MIMALLOC_BUILD_VERSION=v1.6.3
+ARROW_MIMALLOC_BUILD_VERSION=v1.6.4
 ARROW_ORC_BUILD_VERSION=1.6.2
 ARROW_PROTOBUF_BUILD_VERSION=v3.12.1
 # Because of https://github.com/Tencent/rapidjson/pull/1323, we require