File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3221,8 +3221,8 @@ struct TJobTraceEvent
3221
3221
i64 EventIndex = 0 ;
3222
3222
3223
3223
// /
3224
- // / @brief Raw evenr in json format.
3225
- TString Event;
3224
+ // / @brief Raw event in json format.
3225
+ std::string Event;
3226
3226
3227
3227
// /
3228
3228
// / @brief Time of the event.
Original file line number Diff line number Diff line change @@ -786,7 +786,7 @@ NApi::TGetJobTraceOptions SerializeOptionsForGetJobTrace(const TGetJobTraceOptio
786
786
result.JobId = NJobTrackerClient::TJobId (YtGuidFromUtilGuid (*options.JobId_ ));
787
787
}
788
788
if (options.TraceId_ ) {
789
- result.TraceId = NScheduler ::TJobTraceId (YtGuidFromUtilGuid (*options.TraceId_ ));
789
+ result.TraceId = NJobTrackerClient ::TJobTraceId (YtGuidFromUtilGuid (*options.TraceId_ ));
790
790
}
791
791
if (options.FromTime_ ) {
792
792
result.FromTime = *options.FromTime_ ;
You can’t perform that action at this time.
0 commit comments