Minor changes

This commit is contained in:
Alexey Milovidov 2023-11-22 00:08:00 +01:00
parent 9cf7ebeced
commit 77fc95ab67

View File

@ -15,7 +15,7 @@ namespace ErrorCodes
Field IColumnDummy::operator[](size_t) const
{
throw Exception(ErrorCodes::NOT_IMPLEMENTED, "Cannot get value from {}", getName());
throw Exception(ErrorCodes::NOT_IMPLEMENTED, "Cannot get value from {}", getName());
}
void IColumnDummy::get(size_t, Field &) const