mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 07:01:59 +00:00
Merge pull request #41466 from ClickHouse/add_missed_throw
Add missed throw expression
This commit is contained in:
commit
4719ed6f2c
@ -156,6 +156,8 @@ void DiskObjectStorage::getRemotePathsRecursive(const String & local_path, std::
|
|||||||
e.code() == ErrorCodes::ATTEMPT_TO_READ_AFTER_EOF ||
|
e.code() == ErrorCodes::ATTEMPT_TO_READ_AFTER_EOF ||
|
||||||
e.code() == ErrorCodes::CANNOT_READ_ALL_DATA)
|
e.code() == ErrorCodes::CANNOT_READ_ALL_DATA)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
throw;
|
||||||
}
|
}
|
||||||
catch (const fs::filesystem_error & e)
|
catch (const fs::filesystem_error & e)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user