mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 17:41:59 +00:00
Merge pull request #38117 from ClickHouse/CurtizJ-patch-6
Try to fix fpc codec
This commit is contained in:
commit
7dd849bcf6
@ -41,7 +41,7 @@ protected:
|
||||
bool isGenericCompression() const override { return false; }
|
||||
|
||||
private:
|
||||
static constexpr UInt32 HEADER_SIZE = 3;
|
||||
static constexpr UInt32 HEADER_SIZE = 2;
|
||||
|
||||
// below members are used by compression, decompression ignores them:
|
||||
const UInt8 float_width; // size of uncompressed float in bytes
|
||||
|
Loading…
Reference in New Issue
Block a user