Skip to content

Commit

Permalink
Fix Build due to ClickHouse/ClickHouse#75659
Browse files Browse the repository at this point in the history
  • Loading branch information
baibaichen committed Feb 9, 2025
1 parent 3a4f134 commit 548969e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions cpp-ch/local-engine/Operator/StreamingAggregatingStep.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include <Common/QueryContext.h>
#include <Common/Stopwatch.h>
#include <Common/formatReadable.h>
#include <Common/logger_useful.h>

namespace DB
{
Expand Down
1 change: 1 addition & 0 deletions cpp-ch/local-engine/Parser/LocalExecutor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#include <Processors/Executors/PipelineExecutor.h>
#include <QueryPipeline/printPipeline.h>
#include <Common/QueryContext.h>
#include <Common/logger_useful.h>

namespace DB::Setting
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
*/
#include "SparkMergeTreeWriter.h"

#include <Core/Settings.h>
#include <Interpreters/ActionsDAG.h>
#include <QueryPipeline/Chain.h>
#include <Storages/MergeTree/DataPartStorageOnDiskFull.h>
#include <Storages/MergeTree/MetaDataHelper.h>
#include <Storages/MergeTree/SparkMergeTreeSink.h>
Expand Down

0 comments on commit 548969e

Please sign in to comment.