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 {
293
293
TEndPartitionSessionEvent (TPartitionSession::TPtr partitionSession, std::vector<uint32_t >&& adjacentPartitionIds, std::vector<uint32_t >&& childPartitionIds);
294
294
295
295
// ! 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 {
297
297
return AdjacentPartitionIds;
298
298
}
299
299
300
300
// ! 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 {
302
302
return ChildPartitionIds;
303
303
}
304
304
You can’t perform that action at this time.
0 commit comments