[
https://issues.apache.org/jira/browse/CASSANDRA-139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12727554#action_12727554
]
Jonathan Ellis commented on CASSANDRA-139:
------------------------------------------
key-first is also consistent in that (key, cf, [sc], column) is the order it
needs things for routing. So while I am +1 on getting rid of string
concatenation I am -0 on switching the argument order.
(I also note that switching the order of identically typed parameters will
silently screw over people following trunk -- the new client will "work"
against your old code but everything will fail with no obvious reason why.)
> thrift API should use lists instead of colon-delimited strings to specify
> column path
> -------------------------------------------------------------------------------------
>
> Key: CASSANDRA-139
> URL: https://issues.apache.org/jira/browse/CASSANDRA-139
> Project: Cassandra
> Issue Type: Improvement
> Reporter: Jonathan Ellis
> Priority: Minor
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.