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

cqlsh: handle when full cassandra type class names are given

    XMLWordPrintableJSON

Details

    • Normal

    Description

      When a builtin Cassandra type was being used for data in previous versions of Cassandra, only the short name was sent: "UTF8Type", "TimeUUIDType", etc. Starting with 1.2, as of CASSANDRA-4453, the full class names are sent.

      Cqlsh doesn't know how to handle this, and is currently treating all data as if it were an unknown type. This goes as far as to cause an exception when the type is actually a number, because the driver deserializes it right, and then cqlsh tries to use it as a string.

      Here for googlage:

      AttributeError: 'int' object has no attribute 'replace'
      

      Fixeries are in order.

      Attachments

        1. 4546.patch.txt
          2 kB
          paul cannon

        Activity

          People

            thepaul paul cannon
            thepaul paul cannon
            paul cannon
            Brandon Williams
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: