frankgh commented on code in PR #4820:
URL: https://github.com/apache/cassandra/pull/4820#discussion_r3262499568
##########
src/java/org/apache/cassandra/io/tries/ReverseValueIterator.java:
##########
@@ -94,39 +94,55 @@ void initializeWithRightBound(long root, ByteSource
endStream, boolean admitPref
int limitByte;
reportingPrefixes = admitPrefix;
- // Follow end position while we still have a prefix, stacking path.
- go(root);
- while (true)
+ try
Review Comment:
this is conforming to the implementation in
`org.apache.cassandra.io.tries.ValueIterator#initializeWithLeftBound`
--
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]