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

inet datatype does not work with cqlsh on windows

    XMLWordPrintableJSON

Details

    • Low

    Description

      create keyspace foo with replication = {'class': 'SimpleStrategy', 'replication_factor': '1'};
      use foo;
      create table one (id int primary key, c int);
      TRACING ON;
      insert into one (id, c) values (1, 2);
      
      value '\x7f\x00\x00\x01' (in col 'source') can't be deserialized as inet: 'module' object has no attribute 'inet_ntop'
      

      Attachments

        1. 4801.txt
          1 kB
          Aleksey Yeschenko

        Activity

          People

            aleksey Aleksey Yeschenko
            jbellis Jonathan Ellis
            Aleksey Yeschenko
            Brandon Williams
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: