Unification of serde of data types: development [#CLICKHOUSE-2838].

This commit is contained in:
Alexey Milovidov 2017-12-03 07:23:03 +03:00
parent 3786786aeb
commit a597f3e7d9

View File

@ -247,7 +247,8 @@ MergeTreeData::DataPart::Checksums checkDataPart(
try
{
stream.assertMark();
if (!stream.uncompressed_hashing_buf.eof())
stream.assertMark();
}
catch (Exception & e)
{