[
https://issues.apache.org/jira/browse/HBASE-3105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stack updated HBASE-3105:
-------------------------
Resolution: Fixed
Fix Version/s: (was: 0.90.0)
Hadoop Flags: [Reviewed]
Status: Resolved (was: Patch Available)
Thanks for the patch Dave. Removing 0.90 from 'Fix Version/s". Moving into
0.20.7. Will commit if we do a 0.20.7.
> 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
>
> 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.