You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Aleš Lekše (Created JIRA)" <ji...@apache.org> on 2011/10/19 01:07:12 UTC

[jira] [Created] (CASSANDRA-3382) CassandraStorage, super columns and uuid type

CassandraStorage, super columns and uuid type
---------------------------------------------

                 Key: CASSANDRA-3382
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3382
             Project: Cassandra
          Issue Type: Bug
          Components: Contrib
    Affects Versions: 0.8.7
            Reporter: Aleš Lekše
            Priority: Minor


It appears that there is a problem with loading records from cassandra with improper column name type marshall usage: method getDefaultMarshallers is called from columnToTuple for super column and for column and same marshall type is returned. Problem is manifested when you have different comparator_type and subcomparator_type (same marshall type of supercolumn is used for columns too).
Other problem I found was with Uuid type because pig does not have UUID type. Solution to this would probably be to return it as ByteArray.

I made a patch for this that can be seen here:
http://ldevel.com/cassandra/CassandraStorage.patch

Regards,
 


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