diff options
author | mpereskokova <[email protected]> | 2023-09-29 14:47:44 +0300 |
---|---|---|
committer | mpereskokova <[email protected]> | 2023-09-29 15:23:07 +0300 |
commit | 081921c5f531f3a011f94cd1695b6c8a67335299 (patch) | |
tree | 9bb929c628f14308145f438e87eb00295171a53e | |
parent | a543cac8b62dfcdad87f08d2080b78eb1e3a8e00 (diff) |
YT-19415: Make it possible to use qt with old proxy
-rw-r--r-- | yt/yt/client/api/query_tracker_client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt/yt/client/api/query_tracker_client.h b/yt/yt/client/api/query_tracker_client.h index 0b9509088f3..c4b838e0885 100644 --- a/yt/yt/client/api/query_tracker_client.h +++ b/yt/yt/client/api/query_tracker_client.h @@ -102,7 +102,7 @@ struct TQuery NQueryTrackerClient::TQueryId Id; std::optional<NQueryTrackerClient::EQueryEngine> Engine; std::optional<TString> Query; - NYson::TYsonString Files; + std::optional<NYson::TYsonString> Files; std::optional<TInstant> StartTime; std::optional<TInstant> FinishTime; NYson::TYsonString Settings; |