cli to/from string needs to move into AbstractType
--------------------------------------------------

                 Key: CASSANDRA-1767
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1767
             Project: Cassandra
          Issue Type: Improvement
          Components: Core, Tools
            Reporter: Jonathan Ellis
             Fix For: 0.7.0


currently CLI cannot use custom data types since it doesn't know how to turn 
user-input strings into binary data.  need to add "ByteBuffer 
fromString(String)" to AbstractType and move the conversion code from CliClient 
there.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to