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 bd920ce9cb [GLUTEN-1632][CH]Daily Update Clickhouse Version (20250204)
(#8658)
bd920ce9cb is described below
commit bd920ce9cb2ea86f6d05955a327f60d1b0b6a90d
Author: Kyligence Git <[email protected]>
AuthorDate: Tue Feb 4 05:31:59 2025 -0600
[GLUTEN-1632][CH]Daily Update Clickhouse Version (20250204) (#8658)
* [GLUTEN-1632][CH]Daily Update Clickhouse Version (20250204)
* Fix Build due to https://github.com/ClickHouse/ClickHouse/pull/75218
---------
Co-authored-by: kyligence-git <[email protected]>
Co-authored-by: Chang Chen <[email protected]>
---
cpp-ch/clickhouse.version | 4 ++--
cpp-ch/local-engine/Parser/RelParsers/AggregateRelParser.cpp | 1 +
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/cpp-ch/clickhouse.version b/cpp-ch/clickhouse.version
index c887227fbb..ad7aa8b853 100644
--- a/cpp-ch/clickhouse.version
+++ b/cpp-ch/clickhouse.version
@@ -1,3 +1,3 @@
CH_ORG=Kyligence
-CH_BRANCH=rebase_ch/20250201
-CH_COMMIT=6a77c5fc048
+CH_BRANCH=rebase_ch/20250204
+CH_COMMIT=69b2d923f37
diff --git a/cpp-ch/local-engine/Parser/RelParsers/AggregateRelParser.cpp
b/cpp-ch/local-engine/Parser/RelParsers/AggregateRelParser.cpp
index 223583c9af..ef98bba618 100644
--- a/cpp-ch/local-engine/Parser/RelParsers/AggregateRelParser.cpp
+++ b/cpp-ch/local-engine/Parser/RelParsers/AggregateRelParser.cpp
@@ -31,6 +31,7 @@
#include <Processors/QueryPlan/AggregatingStep.h>
#include <Processors/QueryPlan/ExpressionStep.h>
#include <Processors/QueryPlan/MergingAggregatedStep.h>
+#include <boost/algorithm/string/join.hpp>
#include <google/protobuf/wrappers.pb.h>
#include <Common/CHUtil.h>
#include <Common/GlutenConfig.h>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]