File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
include/ydb-cpp-sdk/client/topic Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -293,12 +293,12 @@ struct TReadSessionEvent {
293293 TEndPartitionSessionEvent (TPartitionSession::TPtr partitionSession, std::vector<uint32_t >&& adjacentPartitionIds, std::vector<uint32_t >&& childPartitionIds);
294294
295295 // ! A list of the partition IDs that also participated in the partition's merge.
296- const std::vector<uint32_t > GetAdjacentPartitionIds () const {
296+ const std::vector<uint32_t >& GetAdjacentPartitionIds () const {
297297 return AdjacentPartitionIds;
298298 }
299299
300300 // ! A list of partition IDs that were obtained as a result of merging or splitting this partition.
301- const std::vector<uint32_t > GetChildPartitionIds () const {
301+ const std::vector<uint32_t >& GetChildPartitionIds () const {
302302 return ChildPartitionIds;
303303 }
304304
You can’t perform that action at this time.
0 commit comments