cqlsh: handle situation where data can't be deserialized as expected
--------------------------------------------------------------------

                 Key: CASSANDRA-3874
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3874
             Project: Cassandra
          Issue Type: Bug
          Components: Tools
            Reporter: paul cannon
            Assignee: paul cannon
            Priority: Minor
             Fix For: 1.0.8


When cqlsh tries to deserialize data which doesn't match the expected type 
(either because the validation type for the column/key alias was changed, or 
ASSUME has been used), it just fails completely and in most cases won't show 
any results at all. When there is only one misbehaving value out of a large 
number, this can be frustrating.

cqlsh should either show some failure marker in place of the bad value, or 
simply show the bytes along with some indicator of a failed deserialization.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to