You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Andy Tolbert (JIRA)" <ji...@apache.org> on 2016/09/11 19:10:20 UTC

[jira] [Created] (CASSANDRA-12628) sstabledump should use AbstractType.toJSONString() instead of getString()

Andy Tolbert created CASSANDRA-12628:
----------------------------------------

             Summary: sstabledump should use AbstractType.toJSONString() instead of getString()
                 Key: CASSANDRA-12628
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-12628
             Project: Cassandra
          Issue Type: Bug
            Reporter: Andy Tolbert
            Assignee: Andy Tolbert
            Priority: Minor


Since sstabledump outputs json, it makes sense for it to use {{AbstractType.toJSONString()}} instead of {{getString()}} as discussed in [CASSANDRA-12594]:

{quote}
sstabledump returns JSON and we now have a proper toJSONString() method in AbstractType that handles that properly so it would make sense to simply use that for everything in sstabledump in my opinion.
{quote}

Doing this should also fix [CASSANDRA-12594].   There may be a few small differences in the output format, which I will attempt to document here.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)