bitoffdev opened a new pull request #2161:
URL: https://github.com/apache/hbase/pull/2161


   Resolves https://issues.apache.org/jira/browse/HBASE-11676
   
   ## Changelog
   
   - In HBase::Table, the instance variable @converters is used to map column
     names to converters. This patch fixes how HBase::Table#_get_internal and
     HBase::Table#_scan_internal generate the column name key used to access
     @converters.
   - Refactor parsing of family:qualifier:converter specifications so that the
     code is more readable and reusable. As part of this change, I added two
     private methods and marked HBase::Table#set_converter as deprecated for
     removal in HBase 4.0.0. I doubt people are using this method, but I kept it
     for compatibility.
   
   ## Testing
   
   - I added unit tests that cover the bug.
   - I manually double-check the example scenario provided in Jira.


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


Reply via email to