Update MergeTreeDataPart.cpp

This commit is contained in:
alexey-milovidov 2017-04-15 06:37:42 +03:00
parent 5a7a155ca1
commit 7fcf570c43

View File

@ -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);
}