You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Kelley Reynolds (Created) (JIRA)" <ji...@apache.org> on 2011/10/31 22:43:32 UTC

[jira] [Created] (CASSANDRA-3436) CQL Metadata has inconsistent schema nomenclature

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

        

[jira] [Resolved] (CASSANDRA-3436) CQL Metadata has inconsistent schema nomenclature

Posted by "Jonathan Ellis (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-3436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis resolved CASSANDRA-3436.
---------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0.2
         Assignee: Jonathan Ellis

fixed in r1195768
                
> 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
>            Assignee: Jonathan Ellis
>            Priority: Trivial
>              Labels: cql
>             Fix For: 1.0.2
>
>
> 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