From a03cfa81543321265af748e487d2342f4f273f03 Mon Sep 17 00:00:00 2001 From: Wenzheng Liu Date: Thu, 14 Mar 2024 13:58:22 +0800 Subject: [PATCH] [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 Co-authored-by: Chang Chen --- cpp-ch/clickhouse.version | 4 ++-- .../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 4604a045fe671..115cc852e642d 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 7100b520a0318..bc7a5042edf3f 100644 --- a/cpp-ch/local-engine/Storages/SubstraitSource/SubstraitFileSourceStep.cpp +++ b/cpp-ch/local-engine/Storages/SubstraitSource/SubstraitFileSourceStep.cpp @@ -25,6 +25,7 @@ #include #include #include +#include #include #include #include