You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Aleksey Yeschenko (JIRA)" <ji...@apache.org> on 2013/06/11 00:02:20 UTC

[jira] [Created] (CASSANDRA-5629) Incorrect handling of blob literals when the blob column is in reverse clustering order

Aleksey Yeschenko created CASSANDRA-5629:
--------------------------------------------

             Summary: Incorrect handling of blob literals when the blob column is in reverse clustering order
                 Key: CASSANDRA-5629
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-5629
             Project: Cassandra
          Issue Type: Bug
          Components: Core
    Affects Versions: 1.2.5
            Reporter: Aleksey Yeschenko
            Assignee: Aleksey Yeschenko
             Fix For: 1.2.6
         Attachments: 5629.txt

Parsing goes through ReversedType.fromString() in this case, and that doesn't strip "0x" when calling BytesType.fromString().

The attached patch makes Constants.parsedValue() ReversedType-aware. 

--
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