CQL Metadata has inconsistent schema nomenclature
-------------------------------------------------
Key: CASSANDRA-3436
URL: https://issues.apache.org/jira/browse/CASSANDRA-3436
Project: Cassandra
Issue Type: Bug
Components: Core
Affects Versions: 1.0.1
Reporter: Kelley Reynolds
Priority: Trivial
The dumped object below shows that the default_name_type and the
default_value_type are referenced inconsistently .. default_name_type should
probably use the shortened version like everything else.
--- !ruby/object:CassandraCQL::Thrift::CqlResult
rows:
- !ruby/object:CassandraCQL::Thrift::CqlRow
columns:
- !ruby/object:CassandraCQL::Thrift::Column
name: id
timestamp: -1
value: test string
- !ruby/object:CassandraCQL::Thrift::Column
name: test_column
timestamp: 1320097088551000
value: test
key: test string
schema: !ruby/object:CassandraCQL::Thrift::CqlMetadata
default_name_type: org.apache.cassandra.db.marshal.UTF8Type
default_value_type: UTF8Type
name_types:
id: AsciiType
value_types:
id: AsciiType
test_column: UTF8Type
type: 1
--
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