You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by ya...@apache.org on 2021/08/30 09:22:22 UTC

[incubator-doris] branch master updated: support routine load isolation_level read_committed (#6191)

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

yangzhg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git


The following commit(s) were added to refs/heads/master by this push:
     new abbc920  support routine load isolation_level read_committed (#6191)
abbc920 is described below

commit abbc9202af07f148014a5bee99c2ddd946cf2173
Author: GeoffreyStark <36...@users.noreply.github.com>
AuthorDate: Mon Aug 30 17:22:08 2021 +0800

    support routine load isolation_level read_committed (#6191)
    
    Co-authored-by: Geoffrey <ga...@rd.netease.com>
---
 thirdparty/vars.sh | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/thirdparty/vars.sh b/thirdparty/vars.sh
index 6088e7e..2c216b1 100644
--- a/thirdparty/vars.sh
+++ b/thirdparty/vars.sh
@@ -202,11 +202,11 @@ ROCKSDB_NAME=rocksdb-5.14.2.tar.gz
 ROCKSDB_SOURCE=rocksdb-5.14.2
 ROCKSDB_MD5SUM="b72720ea3b1e9ca9e4ed0febfef65b14"
 
-# librdkafka
-LIBRDKAFKA_DOWNLOAD="https://github.com/edenhill/librdkafka/archive/v0.11.6-RC5.tar.gz"
-LIBRDKAFKA_NAME=librdkafka-0.11.6-RC5.tar.gz
-LIBRDKAFKA_SOURCE=librdkafka-0.11.6-RC5
-LIBRDKAFKA_MD5SUM="2e4ecef2df277e55a0144eb6d185e18a"
+# librdkafka-1.6.1
+LIBRDKAFKA_DOWNLOAD="https://github.com/edenhill/librdkafka/archive/v1.6.1-RC3.tar.gz"
+LIBRDKAFKA_NAME=librdkafka-1.6.1-RC3.tar.gz
+LIBRDKAFKA_SOURCE=librdkafka-1.6.1-RC3
+LIBRDKAFKA_MD5SUM="11b02507db989a0fb5220fcc4df8f79a"
 
 # zstd
 ZSTD_DOWNLOAD="https://github.com/facebook/zstd/archive/v1.3.7.tar.gz"

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org