ndimiduk commented on code in PR #6902:
URL: https://github.com/apache/hbase/pull/6902#discussion_r2059915896
##########
hbase-common/src/main/java/org/apache/hadoop/hbase/io/encoding/RowIndexSeekerV1.java:
##########
@@ -289,6 +288,7 @@ private class SeekerState {
protected ByteBuff currentBuffer;
protected int startOffset = -1;
+ protected int keyOffset = -1;
Review Comment:
I won't request further changes, but for future reference, these comments
would ideally be javadoc and then this additional information would be more
readily onhand for folks pursuing the code in an IDE environment.
--
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]