Merge pull request #38117 from ClickHouse/CurtizJ-patch-6

Try to fix fpc codec
This commit is contained in:
Alexey Milovidov 2022-06-16 07:44:13 +03:00 committed by GitHub
commit 7dd849bcf6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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