mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-17 11:52:27 +00:00
Delta -> GCD
This commit is contained in:
parent
3a3a4ac769
commit
88549ffa57
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user