mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Fix typo
This commit is contained in:
parent
c52c5b3818
commit
08b8ca234d
@ -99,7 +99,7 @@ void MergeTreeDataPartCompact::loadIndexGranularityImpl(
|
||||
size_t columns_count, const IDataPartStorage & data_part_storage_)
|
||||
{
|
||||
if (!index_granularity_info_.mark_type.adaptive)
|
||||
throw Exception(ErrorCodes::NOT_IMPLEMENTED, "MergeTreeDataPartCompact cannot be created with non-adaptive granulary.");
|
||||
throw Exception(ErrorCodes::NOT_IMPLEMENTED, "MergeTreeDataPartCompact cannot be created with non-adaptive granularity.");
|
||||
|
||||
auto marks_file_path = index_granularity_info_.getMarksFilePath("data");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user