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 2022/08/12 14:58:34 UTC

[GitHub] [hbase] huaxiangsun commented on pull request #4695: HBASE-27296 Some Cell's implementation of toString() such as Individu…

huaxiangsun commented on PR #4695:
URL: https://github.com/apache/hbase/pull/4695#issuecomment-1213207367

   Thanks @ndimiduk for the review. Other implementations of Cell interface's toString() just print out the key, family, seqId etc,  they do not include the value part. The change makes the behavior consistent. I'd think it is ok. If it really needs to print out the value array, they can access the value array and log it. What do you think?


-- 
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: issues-unsubscribe@hbase.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org