You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2020/07/29 07:37:55 UTC

[GitHub] [hbase] bitoffdev opened a new pull request #2161: HBASE-11676 Scan FORMATTER is not applied for columns using non-printable name in shell

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:
users@infra.apache.org



[GitHub] [hbase] Apache-HBase commented on pull request #2161: HBASE-11676 Scan FORMATTER is not applied for columns using non-printable name in shell

Posted by GitBox <gi...@apache.org>.
Apache-HBase commented on pull request #2161:
URL: https://github.com/apache/hbase/pull/2161#issuecomment-665234979






----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [hbase] saintstack merged pull request #2161: HBASE-11676 Scan FORMATTER is not applied for columns using non-printable name in shell

Posted by GitBox <gi...@apache.org>.
saintstack merged pull request #2161:
URL: https://github.com/apache/hbase/pull/2161


   


----------------------------------------------------------------
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:
users@infra.apache.org