[
https://issues.apache.org/jira/browse/ACCUMULO-557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Keith Turner updated ACCUMULO-557:
----------------------------------
Fix Version/s: (was: 1.4.1)
1.4.2
> unexpected behavior in the shell with special characters
> --------------------------------------------------------
>
> Key: ACCUMULO-557
> URL: https://issues.apache.org/jira/browse/ACCUMULO-557
> Project: Accumulo
> Issue Type: Bug
> Components: client
> Affects Versions: 1.4.0
> Reporter: Eric Newton
> Assignee: Eric Newton
> Priority: Minor
> Fix For: 1.4.2
>
>
> {noformat}
> root@test> createtable test
> root@test test> insert "\x00" cf cq before
> root@test test> insert "\x22Hello World!\x0a\x22" cf cq "howdy!"
> root@test test> insert "\x7f" cf cq after
> root@test test> scan
> \x00 cf:cq [] before
> "Hello World!\x0A" cf:cq [] howdy!
> \x7F cf:cq [] after
> {noformat}
> expect to see just the Hello World record:
> {noformat}
> root@test test> scan -b "\x22" -e "\x22\x7f"
> \x00 cf:cq [] before
> "Hello World!\x0A" cf:cq [] howdy!
> \x7F cf:cq [] after
> {noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira