File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -201,13 +201,12 @@ class TJsonDescribe : public TViewerPipeClient<TJsonDescribe> {
201
201
TAutoPtr<NKikimrViewer::TEvDescribeSchemeInfo> GetCacheDescribeSchemeInfo () {
202
202
const auto & entry = CacheResult->Request .Get ()->ResultSet .front ();
203
203
const auto & path = Event->Get ()->Request .GetParams ().Get (" path" );
204
- const auto & pathId = TPathId ();
205
204
const auto & schemeShardId = entry.DomainInfo ->DomainKey .OwnerId ;
206
205
207
206
TAutoPtr<NKikimrViewer::TEvDescribeSchemeInfo> result (new NKikimrViewer::TEvDescribeSchemeInfo ());
208
207
result->SetPath (path);
209
- result->SetPathId (pathId. LocalPathId );
210
- result->SetPathOwnerId (pathId. OwnerId );
208
+ result->SetPathId (entry. Self -> Info . GetPathId () );
209
+ result->SetPathOwnerId (entry. Self -> Info . GetSchemeshardId () );
211
210
212
211
auto * pathDescription = result->MutablePathDescription ();
213
212
auto * self = pathDescription->MutableSelf ();
You can’t perform that action at this time.
0 commit comments