deprecate thrift get/set commands in cli
----------------------------------------
Key: CASSANDRA-289
URL: https://issues.apache.org/jira/browse/CASSANDRA-289
Project: Cassandra
Issue Type: Bug
Reporter: Eric Evans
Currently the cli supports "thrift {get,set}" and just "{get,set}", the former
uses the usual thrift rpcs, the latter is CQL which is passed to
executeQuery(). Having both is unnecessary and creates an extra code path to
maintain.
Of the two, I think it makes the most sense to leave the CQL version and remove
the "thrift" versions (which are in fact already marked as deprecated in the
help output).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.