CLI does not use sub-comparator on Super CF `get`.
--------------------------------------------------
Key: CASSANDRA-2136
URL: https://issues.apache.org/jira/browse/CASSANDRA-2136
Project: Cassandra
Issue Type: Bug
Components: Tools
Affects Versions: 0.7.1
Environment: Column family settings:
- name: foo
column_type: Super
compare_with: AsciiType
compare_subcolumns_with: TimeUUIDType
default_validation_class: AsciiType
Reporter: Pavel Yaskevich
Assignee: Pavel Yaskevich
Priority: Minor
[default@foo] get foo[page-field];
=> (super_column=20110208,
(column=82f4c650-2d53-11e0-a08b-58b035f3f60d, value=msg1,
timestamp=1297159430471000)
(column=82f4c650-2d53-11e0-a08b-58b035f3f60e, value=msg2,
timestamp=1297159437423000)
(column=82f4c650-2d53-11e0-a08b-58b035f3f60f, value=msg3,
timestamp=1297159439855000))
Returned 1 results.
[default@foo] get foo[page-field][20110208];
, value=msg1, timestamp=1297159430471000)
=> (column=???P-S???X?5??, value=msg2, timestamp=1297159437423000)
=> (column=???P-S???X?5??, value=msg3, timestamp=1297159439855000)
Returned 3 results.
[default@foo] get
foo[page-field][20110208][82f4c650-2d53-11e0-a08b-58b035f3f60e];
=> (column=???P-S???X?5??, value=msg2, timestamp=1297159437423000)
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira