[
https://issues.apache.org/jira/browse/CASSANDRA-6757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13916509#comment-13916509
]
Tyler Hobbs commented on CASSANDRA-6757:
----------------------------------------
As you mentioned on IRC, the API version in {{interface/cassandra.thrift}}
needs to be updated.
Since super columns aren't supported for this, {{get_multi_slice()}} should
check that {{request.getColumn_parent().super_column}} is null.
bq. I also think I am supposed to generate some python binding and do some end
to end tests some where else right? Or should we handle that as a follow on.
Good point, we should update {{test/system/test_thrift_server.py}} to exercise
this in a basic way. Since the unit test coverage is reasonably thorough, you
don't need to do much there. Let me know if you have trouble running the
python tests.
Other than that, it's looking pretty good.
> SliceQueryFilter can accept multiple ColumnSlice but not exposed to thrift
> --------------------------------------------------------------------------
>
> Key: CASSANDRA-6757
> URL: https://issues.apache.org/jira/browse/CASSANDRA-6757
> Project: Cassandra
> Issue Type: New Feature
> Reporter: Edward Capriolo
> Assignee: Edward Capriolo
> Attachments: Cassandra-6757.1.diff
>
>
> Thrift has getSlice() which takes a key and a predicate. SliceQueryFilter can
> accept multiple ColumnSlice(s). Users should have access to this capability
> already found in Cassandra.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)