You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Eric Newton (JIRA)" <ji...@apache.org> on 2012/10/10 21:23:02 UTC

[jira] [Resolved] (ACCUMULO-557) unexpected behavior in the shell with special characters

     [ https://issues.apache.org/jira/browse/ACCUMULO-557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Newton resolved ACCUMULO-557.
----------------------------------

    Resolution: Won't Fix

Fixing this would require re-writing the hex decoding to do it as late as possible and/or change the library we use to parse the commands.  Both will take about 3 or 4 days, with about a week of testing.  I'm closing this because it's just a lot of work.  However if someone wants to take this on, go ahead and reopen the ticket.
                
> 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
For more information on JIRA, see: http://www.atlassian.com/software/jira