mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Better check-marks tool [#CLICKHOUSE-2841].
This commit is contained in:
parent
5c8a51678c
commit
2d251802ac
@ -28,6 +28,9 @@ namespace DB
|
||||
/// Read and check header of compressed block. Print size of decompressed and compressed data.
|
||||
std::pair<UInt32, UInt32> stat(DB::ReadBuffer & in, DB::WriteBuffer & out)
|
||||
{
|
||||
if (in.eof())
|
||||
return {};
|
||||
|
||||
in.ignore(16); /// checksum
|
||||
|
||||
char header[COMPRESSED_BLOCK_HEADER_SIZE];
|
||||
|
Loading…
Reference in New Issue
Block a user