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 291400632 [GLUTEN-1632][CH]Daily Update Clickhouse Version (20240314) 
(#4948)
291400632 is described below

commit 2914006322979441b44e8d92afd717cc21749d46
Author: Wenzheng Liu <[email protected]>
AuthorDate: Thu Mar 14 13:58:22 2024 +0800

    [GLUTEN-1632][CH]Daily Update Clickhouse Version (20240314) (#4948)
    
    * [GLUTEN-1632][CH]Daily Update Clickhouse Version (20240314)
    
    * Fix build due to https://github.com/ClickHouse/ClickHouse/pull/61171
    
    Storages/SubstraitSource/SubstraitFileSource.h
      Storages/SubstraitSource/FormatFile.h
        Interpreters/Context.h
          Interpreters/DatabaseCatalog.h
            Storages/IStorage.h        =>  which is remvoed
    
    ---------
    
    Co-authored-by: kyligence-git <[email protected]>
    Co-authored-by: Chang Chen <[email protected]>
---
 cpp-ch/clickhouse.version                                             | 4 ++--
 .../local-engine/Storages/SubstraitSource/SubstraitFileSourceStep.cpp | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/cpp-ch/clickhouse.version b/cpp-ch/clickhouse.version
index 4604a045f..115cc852e 100644
--- a/cpp-ch/clickhouse.version
+++ b/cpp-ch/clickhouse.version
@@ -1,3 +1,3 @@
 CH_ORG=Kyligence
-CH_BRANCH=rebase_ch/20240308
-CH_COMMIT=5ed149dd725
\ No newline at end of file
+CH_BRANCH=rebase_ch/20240314
+CH_COMMIT=3ddade3ed79
\ No newline at end of file
diff --git 
a/cpp-ch/local-engine/Storages/SubstraitSource/SubstraitFileSourceStep.cpp 
b/cpp-ch/local-engine/Storages/SubstraitSource/SubstraitFileSourceStep.cpp
index 7100b520a..bc7a5042e 100644
--- a/cpp-ch/local-engine/Storages/SubstraitSource/SubstraitFileSourceStep.cpp
+++ b/cpp-ch/local-engine/Storages/SubstraitSource/SubstraitFileSourceStep.cpp
@@ -25,6 +25,7 @@
 #include <Processors/QueryPlan/IQueryPlanStep.h>
 #include <QueryPipeline/Pipe.h>
 #include <QueryPipeline/QueryPipelineBuilder.h>
+#include <Storages/IStorage.h>
 #include <Core/NamesAndTypes.h>
 #include <DataTypes/DataTypeNullable.h>
 #include <DataTypes/DataTypeTuple.h>


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

Reply via email to