Update MergeTreeData.cpp

This commit is contained in:
Alexander Tokmakov 2023-06-11 23:38:31 +03:00 committed by GitHub
parent 13798f8b07
commit 3797a4202c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1252,6 +1252,10 @@ MergeTreeData::LoadPartResult MergeTreeData::loadDataPart(
mark_broken();
return res;
}
catch (const Poco::NetException &)
{
throw;
}
catch (const Poco::TimeoutException &)
{
throw;