mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 01:22:04 +00:00
Unification of serde of data types: development [#CLICKHOUSE-2838].
This commit is contained in:
parent
3786786aeb
commit
a597f3e7d9
@ -247,7 +247,8 @@ MergeTreeData::DataPart::Checksums checkDataPart(
|
||||
|
||||
try
|
||||
{
|
||||
stream.assertMark();
|
||||
if (!stream.uncompressed_hashing_buf.eof())
|
||||
stream.assertMark();
|
||||
}
|
||||
catch (Exception & e)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user