[ 
https://issues.apache.org/jira/browse/CASSANDRA-2507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13021811#comment-13021811
 ] 

Hudson commented on CASSANDRA-2507:
-----------------------------------

Integrated in Cassandra-0.8 #23 (See 
[https://hudson.apache.org/hudson/job/Cassandra-0.8/23/])
    cqlsh fixes
patch by thobbs; reviewed by jbellis for CASSANDRA-2507


> Python CQL driver does not decode most values
> ---------------------------------------------
>
>                 Key: CASSANDRA-2507
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2507
>             Project: Cassandra
>          Issue Type: Bug
>          Components: API
>    Affects Versions: 0.8
>            Reporter: Eric Evans
>            Assignee: Tyler Hobbs
>              Labels: cql
>             Fix For: 0.8
>
>         Attachments: 2507.txt, repro.cql
>
>
> Most keys, and column name/values are not decoded properly.  The attached CQL 
> input can be used to demonstrate:
> _Note: requires the patch from CASSANDRA-2505 to be applied_
> {noformat}
> $ drivers/py/cqlsh localhost 9170 < repro.cql 
>  | '\x00\x00\x00\x00\x00\x00\x00\x01','\x00\x00\x00\x00\x00\x00\x00\x01' | 
> '\x00\x00\x00\x00\x00\x00\x00\x02','\x00\x00\x00\x00\x00\x00\x00\x02'
> e�#j������ | 
> 'e\xe2#\x01j\xa2\x11\xe0\x00\x00\xfe\x8e\xbe\xea\xd9\xff','e\xe2#\x02j\xa2\x11\xe0\x00\x00\xfe\x8e\xbe\xea\xd9\xff'
> {noformat}
> For all practical purposes, this renders the driver useless for everything 
> but strings.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to