Pig load/storefunc loads only one schema and BytesType validation class needs 
fix
---------------------------------------------------------------------------------

                 Key: CASSANDRA-2465
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2465
             Project: Cassandra
          Issue Type: Bug
            Reporter: Jeremy Hanna
            Assignee: Jeremy Hanna
             Fix For: 0.7.5


With a recent optimization, it appears that the Pig load/store func gets only 
one schema from Cassandra and tries to apply it to all CFs in the pig script.  
Also, the BytesType validation tries to cast the object in putNext as a 
DataByteArray and wrap it as a ByteBuffer.  Instead it should just call objToBB 
which should take care of it.

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

Reply via email to