We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57e6766 commit 074e9c3Copy full SHA for 074e9c3
ydb/library/yql/providers/yt/provider/yql_yt_io_discovery.cpp
@@ -344,10 +344,14 @@ class TYtIODiscoveryTransformer : public TGraphTransformerBase {
344
if (!res.Success()) {
345
PendingCanonizations_.clear();
346
PendingRanges_.clear();
347
- PendingWalkFoldersKeys_.clear();
348
CanonizeFuture_ = {};
349
CanonizationRangesFoldersFuture_ = {};
350
+ PendingWalkFoldersKeys_.clear();
351
+ for (const auto& key : PendingWalkFoldersKeys_) {
352
+ State_->WalkFoldersState.erase(key);
353
+ }
354
+
355
return TStatus::Error;
356
}
357
0 commit comments