Delta -> GCD

This commit is contained in:
Александр Нам 2023-08-11 15:09:38 +00:00
parent 3a3a4ac769
commit 88549ffa57

View File

@ -358,7 +358,7 @@ void registerCodecGCD(CompressionCodecFactory & factory)
{
if (arguments && !arguments->children.empty())
throw Exception(ErrorCodes::ILLEGAL_CODEC_PARAMETER, "Delta codec must have 0 parameters, given {}", arguments->children.size());
throw Exception(ErrorCodes::ILLEGAL_CODEC_PARAMETER, "GCD codec must have 0 parameters, given {}", arguments->children.size());
/// Default bytes size is 1.
Int8 gcd_bytes_size = 1;