You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (JIRA)" <ji...@apache.org> on 2013/01/07 19:02:18 UTC

[jira] [Updated] (CASSANDRA-4801) inet datatype does not work with cqlsh on windows

     [ https://issues.apache.org/jira/browse/CASSANDRA-4801?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis updated CASSANDRA-4801:
--------------------------------------

    Reviewer: brandon.williams  (was: jbellis)
    Priority: Minor  (was: Major)
    Assignee: Aleksey Yeschenko  (was: Jonathan Ellis)
    
> inet datatype does not work with cqlsh on windows
> -------------------------------------------------
>
>                 Key: CASSANDRA-4801
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4801
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 1.2.0 beta 1
>         Environment: Windows 7, Python 2.7.2
>            Reporter: Jonathan Ellis
>            Assignee: Aleksey Yeschenko
>            Priority: Minor
>              Labels: cqlsh, windows
>             Fix For: 1.2.1
>
>
> {noformat}
> 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'
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira