limowang opened a new pull request, #2312:
URL: https://github.com/apache/incubator-pegasus/pull/2312

   [#2309](https://github.com/apache/incubator-pegasus/issues/2309)
   This pull request updates the logic for assigning partition indices in the 
`async_get_unordered_scanners` method of `pegasus_client_impl.cpp`. The change 
ensures that each scanner receives a unique and sequential partition index, 
rather than decrementing from the total count, when the variable 
max_split_count is greater than the number of partitions in the table.
   
   Partition assignment logic update:
   * Changed the assignment of partition indices in the scanner creation loop 
to use an incrementing `partition_index` variable, ensuring unique and 
sequential indices for each partition instead of using a decrementing `count` 
value.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to