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 e621e52a2 [CH][Minor] Fix build due to Clickhouse Refactor (#5059)
e621e52a2 is described below

commit e621e52a23cfed7aab943b375cd6190bceba69ec
Author: Chang chen <chang.c...@kyligence.io>
AuthorDate: Thu Mar 21 12:05:49 2024 +0800

    [CH][Minor] Fix build due to Clickhouse Refactor (#5059)
    
    * fix build due to https://github.com/ClickHouse/ClickHouse/pull/61604
    
    (cherry picked from commit a36b09f3adb554fd2d64e6e66b52a53aa52f7ce6)
    
    * fix build due to https://github.com/ClickHouse/ClickHouse/pull/61604
---
 cpp-ch/local-engine/Common/DebugUtils.cpp                  | 1 +
 cpp-ch/local-engine/Shuffle/SelectorBuilder.h              | 1 +
 cpp-ch/local-engine/Storages/Parquet/ColumnIndexFilter.cpp | 1 +
 3 files changed, 3 insertions(+)

diff --git a/cpp-ch/local-engine/Common/DebugUtils.cpp 
b/cpp-ch/local-engine/Common/DebugUtils.cpp
index c9f439645..35f1f98cd 100644
--- a/cpp-ch/local-engine/Common/DebugUtils.cpp
+++ b/cpp-ch/local-engine/Common/DebugUtils.cpp
@@ -15,6 +15,7 @@
  * limitations under the License.
  */
 #include "DebugUtils.h"
+#include <iostream>
 #include <Columns/ColumnNullable.h>
 #include <Columns/ColumnString.h>
 #include <DataTypes/DataTypeDate.h>
diff --git a/cpp-ch/local-engine/Shuffle/SelectorBuilder.h 
b/cpp-ch/local-engine/Shuffle/SelectorBuilder.h
index 7646e3cf8..4c35d488a 100644
--- a/cpp-ch/local-engine/Shuffle/SelectorBuilder.h
+++ b/cpp-ch/local-engine/Shuffle/SelectorBuilder.h
@@ -26,6 +26,7 @@
 #include <Processors/Chunk.h>
 #include <base/types.h>
 #include <substrait/plan.pb.h>
+#include <Poco/JSON/Array.h>
 #include <Common/BlockIterator.h>
 #include <Common/PODArray.h>
 
diff --git a/cpp-ch/local-engine/Storages/Parquet/ColumnIndexFilter.cpp 
b/cpp-ch/local-engine/Storages/Parquet/ColumnIndexFilter.cpp
index 694cf49f2..0d3b07e47 100644
--- a/cpp-ch/local-engine/Storages/Parquet/ColumnIndexFilter.cpp
+++ b/cpp-ch/local-engine/Storages/Parquet/ColumnIndexFilter.cpp
@@ -24,6 +24,7 @@
 #include <Storages/Parquet/ParquetConverter.h>
 #include <parquet/schema.h>
 #include <parquet/statistics.h>
+#include <Common/logger_useful.h>
 
 namespace local_engine
 {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@gluten.apache.org
For additional commands, e-mail: commits-h...@gluten.apache.org

Reply via email to