[ https://issues.apache.org/jira/browse/CASSANDRA-3998?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13773463#comment-13773463 ]
Aleksey Yeschenko commented on CASSANDRA-3998: ---------------------------------------------- {noformat} cqlsh:test> insert into test2(id, val) VALUES ( 0, blobAsascii(0x004600)); cqlsh:test> select * from test2; id | val ----+----------- 0 | \x00F\x00 (1 rows) {noformat} No. > 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 For more information on JIRA, see: http://www.atlassian.com/software/jira