Skip to content

Commit

Permalink
Fix build CustomStorageMergeTree.cpp due to ClickHouse/ClickHouse#60159
Browse files Browse the repository at this point in the history
  • Loading branch information
baibaichen committed Feb 24, 2024
1 parent 8d78221 commit 7cf074a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp-ch/local-engine/Storages/CustomStorageMergeTree.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ CustomStorageMergeTree::CustomStorageMergeTree(
merging_params_,
std::move(storage_settings_),
false, /// require_part_metadata
attach)
attach ? LoadingStrictnessLevel::ATTACH : LoadingStrictnessLevel::FORCE_RESTORE)
, writer(*this)
, reader(*this)
{
Expand Down

0 comments on commit 7cf074a

Please sign in to comment.