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 d9a555dc3 [CH][Build][Minor] Fix Build Due to Clickhouse refactor 
(#5034)
d9a555dc3 is described below

commit d9a555dc39824cdc8bbe8e339d7fc4db1c473baa
Author: Chang chen <[email protected]>
AuthorDate: Wed Mar 20 10:55:48 2024 +0800

    [CH][Build][Minor] Fix Build Due to Clickhouse refactor (#5034)
    
    * fix build due to https://github.com/ClickHouse/ClickHouse/pull/61211
    * fix build due to https://github.com/ClickHouse/ClickHouse/pull/61003
---
 cpp-ch/local-engine/Common/AggregateUtil.cpp                       | 1 +
 cpp-ch/local-engine/Storages/SubstraitSource/ReadBufferBuilder.cpp | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/cpp-ch/local-engine/Common/AggregateUtil.cpp 
b/cpp-ch/local-engine/Common/AggregateUtil.cpp
index 9a68ca428..851dd2e7f 100644
--- a/cpp-ch/local-engine/Common/AggregateUtil.cpp
+++ b/cpp-ch/local-engine/Common/AggregateUtil.cpp
@@ -27,6 +27,7 @@ namespace DB
 namespace ErrorCodes
 {
     extern const int LOGICAL_ERROR;
+    extern const int UNKNOWN_AGGREGATED_DATA_VARIANT;
 }
 
 template <typename Method>
diff --git a/cpp-ch/local-engine/Storages/SubstraitSource/ReadBufferBuilder.cpp 
b/cpp-ch/local-engine/Storages/SubstraitSource/ReadBufferBuilder.cpp
index 2c8537d6b..f6862ca79 100644
--- a/cpp-ch/local-engine/Storages/SubstraitSource/ReadBufferBuilder.cpp
+++ b/cpp-ch/local-engine/Storages/SubstraitSource/ReadBufferBuilder.cpp
@@ -70,6 +70,8 @@ namespace ErrorCodes
 }
 }
 
+namespace fs = std::filesystem;
+
 namespace local_engine
 {
 template <class key_type, class value_type>


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

Reply via email to