mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-13 11:04:10 +00:00
Merge
This commit is contained in:
parent
4ecc523ea5
commit
9dd999708c
@ -156,8 +156,6 @@ struct Stream
|
|||||||
return;
|
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_compressed_file = compressed_hashing_buf.count() - uncompressing_buf.getSizeCompressed();
|
||||||
data_mark.offset_in_decompressed_block = uncompressed_hashing_buf.offset();
|
data_mark.offset_in_decompressed_block = uncompressed_hashing_buf.offset();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user