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

changchen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git


The following commit(s) were added to refs/heads/main by this push:
     new 6f3a453200 [GLUTEN-1632][CH]Daily Update Clickhouse Version (20241218) 
(#8261)
6f3a453200 is described below

commit 6f3a453200e6752a036cb184d6ec1b6c9168dc8f
Author: Kyligence Git <[email protected]>
AuthorDate: Wed Dec 18 03:11:48 2024 -0600

    [GLUTEN-1632][CH]Daily Update Clickhouse Version (20241218) (#8261)
    
    * [GLUTEN-1632][CH]Daily Update Clickhouse Version (20241218)
    
    * Fix build due to https://github.com/ClickHouse/ClickHouse/pull/73281
    
    ---------
    
    Co-authored-by: kyligence-git <[email protected]>
    Co-authored-by: Chang Chen <[email protected]>
---
 cpp-ch/clickhouse.version                                          | 4 ++--
 cpp-ch/local-engine/Storages/SubstraitSource/ReadBufferBuilder.cpp | 3 +--
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/cpp-ch/clickhouse.version b/cpp-ch/clickhouse.version
index 25365de439..039297dc9d 100644
--- a/cpp-ch/clickhouse.version
+++ b/cpp-ch/clickhouse.version
@@ -1,3 +1,3 @@
 CH_ORG=Kyligence
-CH_BRANCH=rebase_ch/20241213
-CH_COMMIT=8539932ca13
+CH_BRANCH=rebase_ch/20241218
+CH_COMMIT=1e83b45a997
diff --git a/cpp-ch/local-engine/Storages/SubstraitSource/ReadBufferBuilder.cpp 
b/cpp-ch/local-engine/Storages/SubstraitSource/ReadBufferBuilder.cpp
index 3dd0d1127f..87cb894999 100644
--- a/cpp-ch/local-engine/Storages/SubstraitSource/ReadBufferBuilder.cpp
+++ b/cpp-ch/local-engine/Storages/SubstraitSource/ReadBufferBuilder.cpp
@@ -429,8 +429,7 @@ public:
         if (object_size > 0)
             buffer_size = std::min(object_size, buffer_size);
         auto async_reader
-            = 
std::make_unique<DB::AsynchronousBoundedReadBuffer>(std::move(s3_impl), 
pool_reader, read_settings, buffer_size);
-
+            = 
std::make_unique<DB::AsynchronousBoundedReadBuffer>(std::move(s3_impl), 
pool_reader, read_settings, 
buffer_size,read_settings.remote_read_min_bytes_for_seek);
         if (read_settings.remote_fs_prefetch)
             async_reader->prefetch(Priority{});
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to