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/08/19 21:09:03 UTC

[GitHub] [hbase] bitoffdev commented on pull request #2282: HBASE-24901 Create versatile hbase-shell table formatter

bitoffdev commented on pull request #2282:
URL: https://github.com/apache/hbase/pull/2282#issuecomment-676704552


   > Skimmed. Its lovely.
   > 
   > How does json formatter deal w/ binary chars?
   
   The JSON formatter takes advantage of Ruby's builtin `JSON.dump` method to serialize _individual_ keys and values (not the whole table at once). This method will escape any text (including binary characters) such that the output is valid JSON.


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