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


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.

Reply via email to