szetszwo commented on PR #4572:
URL: https://github.com/apache/ozone/pull/4572#issuecomment-1542628947

   > Then we need to create an array of size 1001, not an array of size 2 (
   
   Size of 2 only.  We can use binary search as long as the parts are sorted.
   
   ```java
   Array[1] = partKeyInfo1
   Array[2] = partKeyInfo3
   Array[3] = partKeyInfo7
   ...
   ```


-- 
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