mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-15 02:41:59 +00:00
Fix bug
This commit is contained in:
parent
4cc397da84
commit
616b72d665
@ -93,7 +93,7 @@ void JsonMetadataGetter::Init() {
|
||||
LOG_DEBUG(log, "Timestamp {}", timestamp);
|
||||
} else if (json.has("remove")) {
|
||||
auto path = json["remove"]["path"].getString();
|
||||
auto timestamp = json["remove"]["modificationTime"].getInt();
|
||||
auto timestamp = json["remove"]["deletionTimestamp"].getInt();
|
||||
|
||||
metadata.remove(path, timestamp);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user