File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
ydb/tools/query_replay_yt Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -587,6 +587,8 @@ class TReplayCompileActor: public TActorBootstrapped<TReplayCompileActor> {
587
587
}
588
588
}
589
589
590
+ QueryId = ReplayDetails[" query_id" ].GetStringSafe ();
591
+
590
592
TKqpQuerySettings settings (queryType);
591
593
Query = std::make_unique<NKikimr::NKqp::TKqpQueryId>(
592
594
ReplayDetails[" query_cluster" ].GetStringSafe (),
@@ -660,6 +662,7 @@ class TReplayCompileActor: public TActorBootstrapped<TReplayCompileActor> {
660
662
private:
661
663
TActorId Owner;
662
664
TIntrusivePtr<TModuleResolverState> ModuleResolverState;
665
+ TString QueryId;
663
666
std::unique_ptr<TKqpQueryId> Query;
664
667
TGUCSettings::TPtr GUCSettings = std::make_shared<TGUCSettings>();
665
668
TKqpSettings KqpSettings;
You can’t perform that action at this time.
0 commit comments