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

cli not picking up type annotation on set

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Normal
    • Resolution: Fixed
    • 0.7 beta 3
    • Legacy/Tools
    • None
    • Normal

    Description

      [default@Keyspace1] create column family Users
      create column family Users
      737c7a71-dc56-11df-8240-e700f669bcfc
      [default@Keyspace1] set Users[jsmith][first] = 'John'
      set Users[jsmith][first] = 'John'
      Value inserted.
      [default@Keyspace1] set Users[jsmith][last] = 'Smith'
      set Users[jsmith][last] = 'Smith'
      Value inserted.
      [default@Keyspace1] set Users[jsmith][age] = long(42)
      set Users[jsmith][age] = long(42)
      Value inserted.
      [default@Keyspace1] get Users[jsmith]
      get Users[jsmith]
      => (column=6c617374, value=Smith, timestamp=1287584999695000)
      => (column=6669727374, value=John, timestamp=1287584990126000)
      => (column=616765, value=^@^@^@^@^@^@^@*, timestamp=1287585014593000)
      Returned 3 results.
      

      Attachments

        1. CASSANDRA-1635.patch
          2 kB
          Pavel Yaskevich
        2. CASSANDRA-1635-v2.patch
          4 kB
          Pavel Yaskevich

        Activity

          People

            xedin Pavel Yaskevich
            jbellis Jonathan Ellis
            Pavel Yaskevich
            Jonathan Ellis
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: