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 4fc77b1 commit 362f6f5Copy full SHA for 362f6f5
ydb/core/tx/schemeshard/schemeshard_path.cpp
@@ -1549,6 +1549,8 @@ bool TPath::IsCommonSensePath() const {
1549
bool ok = (*item)->IsDirectory() || (*item)->IsDomainRoot();
1550
// Temporarily olap stores are treated like directories
1551
ok = ok || (*item)->IsOlapStore();
1552
+ // Temporarily backup collections are treated like directories
1553
+ ok = ok || (*item)->IsBackupCollection();
1554
if (!ok) {
1555
return false;
1556
}
0 commit comments