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 276ad71 commit 77844b4Copy full SHA for 77844b4
ydb/core/sys_view/pg_tables/pg_tables.cpp
@@ -102,7 +102,8 @@ void TPgTablesScanBase::Handle(NSchemeShard::TEvSchemeShard::TEvDescribeSchemeRe
102
switch (status) {
103
case NKikimrScheme::StatusSuccess: {
104
const auto& pathDescription = record.GetPathDescription();
105
- Y_ENSURE(pathDescription.GetSelf().GetPathType() == NKikimrSchemeOp::EPathTypeDir);
+ Y_ENSURE(pathDescription.GetSelf().GetPathType() == NKikimrSchemeOp::EPathTypeDir
106
+ || pathDescription.GetSelf().GetPathType() == NKikimrSchemeOp::EPathTypeSubDomain);
107
break;
108
}
109
case NKikimrScheme::StatusPathDoesNotExist:
0 commit comments