CLI: NUL character for data not visible
---------------------------------------
Key: CASSANDRA-3998
URL: https://issues.apache.org/jira/browse/CASSANDRA-3998
Project: Cassandra
Issue Type: Bug
Components: Core
Affects Versions: 1.0.8
Reporter: Tyler Hobbs
When using UTF8Type or AsciiType, if a column name or value is only 0x00 bytes,
the CLI will not show any indication that data is there. Here's an example
where the column value is "0x00":
{noformat}
[default@Foo] get Foo2['key'];
=> (column=a, value=, timestamp=1330925963085434)
{noformat}
I'm not sure what the best solution is, but the current behavior is deceptive.
--
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