File tree Expand file tree Collapse file tree
yt/yt/client/chaos_client Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ void FormatValue(
206206 replicationCard.ReplicationCardCollocationId );
207207}
208208
209- TString ToString (
209+ std::string ToString (
210210 const TReplicationCard& replicationCard,
211211 std::optional<TReplicationProgressProjection> replicationProgressProjection)
212212{
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ void FormatValue(
138138 const TReplicationCard& replicationCard,
139139 TStringBuf /* spec*/ ,
140140 std::optional<TReplicationProgressProjection> replicationProgressProjection = std::nullopt );
141- TString ToString (
141+ std::string ToString (
142142 const TReplicationCard& replicationCard,
143143 std::optional<TReplicationProgressProjection> replicationProgressProjection = std::nullopt );
144144
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ DECLARE_REFCOUNTED_STRUCT(TSerializableReplicationCard)
108108struct TSerializableReplicationCard
109109 : public NYTree::TYsonStruct
110110{
111- THashMap<TString , TReplicaInfo> Replicas;
111+ THashMap<std::string , TReplicaInfo> Replicas;
112112 std::vector<NObjectClient::TCellId> CoordinatorCellIds;
113113 TReplicationEra Era;
114114 TTableId TableId;
You can’t perform that action at this time.
0 commit comments