jbewing commented on PR #5576:
URL: https://github.com/apache/hbase/pull/5576#issuecomment-1864799163

   > I think rename it to readVLongTimestamp is good.
   
   That sounds good—I'll go down that path.
   
   @Apache9 & @bbeaudreault I have a question before proceeding with making 
those changes: in branch 2, ByteBufferUtils is an IA.Public and in 
branch-3/master it's IA.Private (see 
[HBASE-22044](https://issues.apache.org/jira/browse/HBASE-22044). That means 
that we can rename the method without worry in branch-3/master, but to backport 
to branch-2 (which I see no reason not to do) we would probably need to either: 
keep the existing readVLong methods in branch-2 and make the readVLongTimestamp 
methods completely separate (or possibly just have readVLong delegate to the 
new readVLongTimestamp methods. Any preference on how I approach these changes 
for branch-2 compatibility?


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

Reply via email to