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

Jonathan Ellis commented on CASSANDRA-5752:
-------------------------------------------

But you're checking for key_aliases being null earlier.  Which is it going to 
be?  Both checks should not be necessary.

Also, I think the {{rows.size()==0}} check is bogus; there should always be an 
entry in schema_columnfamilies.  If there isn't, falling back to 
describe_columnfamilies isn't going to help.
                
> Thrift tables are not supported from CqlPagingInputFormat
> ---------------------------------------------------------
>
>                 Key: CASSANDRA-5752
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-5752
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Hadoop
>    Affects Versions: 1.2.6
>            Reporter: Jonathan Ellis
>            Assignee: Alex Liu
>             Fix For: 1.2.9
>
>         Attachments: 5752-1-1.2-branch.txt, 5752-1.2-branch.txt
>
>
> CqlPagingInputFormat inspects the system schema to generate the WHERE clauses 
> needed to page "wide rows," but for a classic Thrift table there are no 
> entries for the "default" column names of key, column1, column2, ..., value 
> so CPIF breaks.

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

Reply via email to