Skip to content

Commit

Permalink
[CH][Minor] Fix build due to Clickhouse Refactor (#5059)
Browse files Browse the repository at this point in the history
* fix build due to ClickHouse/ClickHouse#61604

(cherry picked from commit a36b09f)

* fix build due to ClickHouse/ClickHouse#61604
  • Loading branch information
baibaichen committed Mar 21, 2024
1 parent 171601b commit e621e52
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions cpp-ch/local-engine/Common/DebugUtils.cpp
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions cpp-ch/local-engine/Shuffle/SelectorBuilder.h
Expand Up @@ -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>

Expand Down
1 change: 1 addition & 0 deletions cpp-ch/local-engine/Storages/Parquet/ColumnIndexFilter.cpp
Expand Up @@ -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
{
Expand Down

0 comments on commit e621e52

Please sign in to comment.