mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-14 18:32:29 +00:00
Fix build
This commit is contained in:
parent
234e13ac7e
commit
3d2e95dbf5
@ -332,7 +332,7 @@ static IMergeTreeDataPart::Checksums checkDataPart(
|
|||||||
|
|
||||||
if (throw_on_broken_projection && !broken_projections_message.empty())
|
if (throw_on_broken_projection && !broken_projections_message.empty())
|
||||||
{
|
{
|
||||||
throw Exception(ErrorCodes::BROKEN_PROJECTION, broken_projections_message.data());
|
throw Exception(ErrorCodes::BROKEN_PROJECTION, "{}", broken_projections_message);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (require_checksums && !projections_on_disk.empty())
|
if (require_checksums && !projections_on_disk.empty())
|
||||||
|
Loading…
Reference in New Issue
Block a user