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 262278348f [GLUTEN-1632][CH]Daily Update Clickhouse Version (20250409) 
(#9264)
262278348f is described below

commit 262278348fff6e56f15cf39fc6e8cb8812450fce
Author: Kyligence Git <[email protected]>
AuthorDate: Wed Apr 9 01:42:29 2025 -0500

    [GLUTEN-1632][CH]Daily Update Clickhouse Version (20250409) (#9264)
    
    * [GLUTEN-1632][CH]Daily Update Clickhouse Version (20250409)
    
    * Fix build due to https://github.com/ClickHouse/ClickHouse/pull/70534
    
    (cherry picked from commit 8cfa3bd7ce7b361c006c9e6432e8af90fc1be930)
    
    ---------
    
    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/ORCFormatFile.cpp | 3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/cpp-ch/clickhouse.version b/cpp-ch/clickhouse.version
index 9ea42e8ced..7470f928f9 100644
--- a/cpp-ch/clickhouse.version
+++ b/cpp-ch/clickhouse.version
@@ -1,3 +1,3 @@
 CH_ORG=Kyligence
-CH_BRANCH=rebase_ch/20250406
-CH_COMMIT=1e4e8512283
+CH_BRANCH=rebase_ch/20250409
+CH_COMMIT=c9eff6644f5
diff --git a/cpp-ch/local-engine/Storages/SubstraitSource/ORCFormatFile.cpp 
b/cpp-ch/local-engine/Storages/SubstraitSource/ORCFormatFile.cpp
index ec17f69d09..f78cca5d87 100644
--- a/cpp-ch/local-engine/Storages/SubstraitSource/ORCFormatFile.cpp
+++ b/cpp-ch/local-engine/Storages/SubstraitSource/ORCFormatFile.cpp
@@ -69,7 +69,8 @@ FormatFile::InputFormatPtr 
ORCFormatFile::createInputFormat(const DB::Block & he
         const String mapped_timezone = 
DateTimeUtil::convertTimeZone(config_timezone);
         format_settings.orc.reader_time_zone_name = mapped_timezone;
     }
-    auto input_format = 
std::make_shared<DB::NativeORCBlockInputFormat>(*read_buffer, header, 
format_settings);
+    //TODO: support prefetch
+    auto input_format = 
std::make_shared<DB::NativeORCBlockInputFormat>(*read_buffer, header, 
format_settings, false, 0);
     return std::make_shared<InputFormat>(std::move(read_buffer), input_format);
 }
 


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

Reply via email to