Tiny modifications [#METR-11370].

This commit is contained in:
Alexey Milovidov 2014-06-12 05:22:49 +04:00
parent 136ad3f5d3
commit a1595ee591

View File

@ -165,7 +165,7 @@ private:
case HASHED: hashed .reset(new SetHashed); break;
default:
throw Exception("Unknown aggregated data variant.", ErrorCodes::UNKNOWN_AGGREGATED_DATA_VARIANT);
throw Exception("Unknown Set variant.", ErrorCodes::UNKNOWN_AGGREGATED_DATA_VARIANT);
}
}