[
https://issues.apache.org/jira/browse/CASSANDRA-1329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12904287#action_12904287
]
Jon Hermes commented on CASSANDRA-1329:
---------------------------------------
Only from py code.
It takes the keys in as a list "keys" (despite cassandra.thrift asking for a
set), then passes "set(keys)" up, which removes duplicates without warning or
complaining.
This isn't specific to this bug or to python, and if seen as an error, would be
a thrift defect.
> make multiget take a set of keys instead of a list
> --------------------------------------------------
>
> Key: CASSANDRA-1329
> URL: https://issues.apache.org/jira/browse/CASSANDRA-1329
> Project: Cassandra
> Issue Type: Task
> Components: Core
> Reporter: Jonathan Ellis
> Assignee: Jon Hermes
> Priority: Minor
> Fix For: 0.7 beta 2
>
> Attachments: 1329.txt
>
>
> this more correctly sets the expectation that the order of keys in that list
> doesn't matter, and duplicates don't make sense
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.