martin-g opened a new pull request #1186: HBASE-19146 Update Protobuf to 3.11.4
URL: https://github.com/apache/hbase/pull/1186
 
 
   3.11.4 is the latest release at the moment.
   
   The biggest problem is that LiteralByteString is a private inner class now, 
so it cannot be extended.
   
   The good news is that HBaseZeroCopyByteString#zeroCopyGetBytes() seems to be 
not used by HBase itself. And since HBaseZeroCopyByteString is annotated with 
@InterfaceAudience.Private I assume that it
   should not be used by others.
   If #zeroCopyGetBytes() needs to be there then the only option I see is to 
use Reflection to get its 'value' byte[]

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to