Uploaded image for project: 'Cassandra'
  1. Cassandra
  2. CASSANDRA-3436

CQL Metadata has inconsistent schema nomenclature

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Low
    • Resolution: Fixed
    • 1.0.2
    • None
    • Low

    Description

      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

      Attachments

        Activity

          People

            jbellis Jonathan Ellis
            kreynolds Kelley Reynolds
            Jonathan Ellis
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: