Skip to content

Commit c57e575

Browse files
json_nodes rewrite CreateStep condition (#4792)
1 parent 05ca504 commit c57e575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/viewer/json_nodes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ class TJsonNodes : public TViewerPipeClient<TJsonNodes> {
392392
case TSchemeCacheNavigate::EKind::KindExtSubdomain:
393393
return true;
394394
case TSchemeCacheNavigate::EKind::KindPath:
395-
return entry.CreateStep == 0;
395+
return entry.Self->Info.GetPathId() == NSchemeShard::RootPathId;
396396
default:
397397
return false;
398398
}

0 commit comments

Comments
 (0)