mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-11 10:04:06 +00:00
Merge
This commit is contained in:
parent
4ecc523ea5
commit
9dd999708c
@ -156,8 +156,6 @@ struct Stream
|
||||
return;
|
||||
}
|
||||
|
||||
std::cout << "mrk_mark " << mrk_mark.offset_in_compressed_file << ' ' << mrk_mark.offset_in_decompressed_block << std::endl;
|
||||
|
||||
data_mark.offset_in_compressed_file = compressed_hashing_buf.count() - uncompressing_buf.getSizeCompressed();
|
||||
data_mark.offset_in_decompressed_block = uncompressed_hashing_buf.offset();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user