mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +00:00
Update MergeTreeDataPart.cpp
This commit is contained in:
parent
5a7a155ca1
commit
7fcf570c43
@ -364,7 +364,7 @@ size_t MergeTreeDataPart::getExactSizeRows() const
|
||||
return rows;
|
||||
}
|
||||
|
||||
throw Exception("Data part doesn't contain fixed size column (even data column)", ErrorCodes::LOGICAL_ERROR);
|
||||
throw Exception("Data part doesn't contain fixed size column (even Date column)", ErrorCodes::LOGICAL_ERROR);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user