mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
Update StorageSystemDetachedParts.cpp
This commit is contained in:
parent
8cd6153c83
commit
44a9dbd2b7
@ -233,7 +233,7 @@ private:
|
||||
}
|
||||
if (columns_mask[src_index++])
|
||||
{
|
||||
Poco::Timestamp modification_time;
|
||||
Poco::Timestamp modification_time{};
|
||||
try
|
||||
{
|
||||
modification_time = p.disk->getLastModified(fs::path(current_info.data->getRelativeDataPath()) / MergeTreeData::DETACHED_DIR_NAME / p.dir_name);
|
||||
|
Loading…
Reference in New Issue
Block a user