Allow session level 'assume' functionality for client
-----------------------------------------------------
Key: CASSANDRA-1799
URL: https://issues.apache.org/jira/browse/CASSANDRA-1799
Project: Cassandra
Issue Type: Improvement
Components: Tools
Affects Versions: 0.7.0 rc 1
Reporter: T Jake Luciani
Currently with the cassandra-cli if I want to see what actual values cassandra
holds I need to do:
assume Standard2 COMPARATOR as utf8
assume Standard2 VALIDATOR as utf8
Most types support toString rather, since this is a client I think it makes
sense to default display values as utf8 and fallback to bytes on error.
Alternately we could support the syntax 'assume default COMPARATOR as utf8' on
the session.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.