[
https://issues.apache.org/jira/browse/HBASE-3105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dave Latham updated HBASE-3105:
-------------------------------
Attachment: 3105-0.20.patch
3105.patch
Simple patches to use Bytes.toStringBinary in Scan.toString
> Scan.toString fails to escape binary start/stop rows
> ----------------------------------------------------
>
> Key: HBASE-3105
> URL: https://issues.apache.org/jira/browse/HBASE-3105
> Project: HBase
> Issue Type: Bug
> Components: client
> Affects Versions: 0.20.6
> Reporter: Dave Latham
> Priority: Minor
> Fix For: 0.20.7, 0.90.0
>
> Attachments: 3105-0.20.patch, 3105.patch
>
>
> Scan.toString calls Bytes.toString(this.startRow) - same for stopRow.
> Prints out ugly binary stuff in the logs. Replace it with
> Bytes.toStringBinary()
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.