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 2010/11/22 22:22:14 UTC

[jira] Created: (CASSANDRA-1767) cli to/from string needs to move into AbstractType

cli to/from string needs to move into AbstractType
--------------------------------------------------

                 Key: CASSANDRA-1767
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1767
             Project: Cassandra
          Issue Type: Improvement
          Components: Core, Tools
            Reporter: Jonathan Ellis
             Fix For: 0.7.0


currently CLI cannot use custom data types since it doesn't know how to turn user-input strings into binary data.  need to add "ByteBuffer fromString(String)" to AbstractType and move the conversion code from CliClient there.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CASSANDRA-1767) cli to/from string needs to move into AbstractType

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-1767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12970422#action_12970422 ] 

Hudson commented on CASSANDRA-1767:
-----------------------------------

Integrated in Cassandra-0.7 #70 (See [https://hudson.apache.org/hudson/job/Cassandra-0.7/70/])
    

> cli to/from string needs to move into AbstractType
> --------------------------------------------------
>
>                 Key: CASSANDRA-1767
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1767
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core, Tools
>            Reporter: Jonathan Ellis
>            Assignee: Pavel Yaskevich
>             Fix For: 0.7.0 rc 2
>
>         Attachments: CASSANDRA-1767.patch
>
>
> currently CLI cannot use custom data types since it doesn't know how to turn user-input strings into binary data.  need to add "ByteBuffer fromString(String)" to AbstractType and move the conversion code from CliClient there.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CASSANDRA-1767) cli to/from string needs to move into AbstractType

Posted by "Pavel Yaskevich (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-1767?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavel Yaskevich updated CASSANDRA-1767:
---------------------------------------

    Attachment: CASSANDRA-1767.patch

> cli to/from string needs to move into AbstractType
> --------------------------------------------------
>
>                 Key: CASSANDRA-1767
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1767
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core, Tools
>            Reporter: Jonathan Ellis
>            Assignee: Pavel Yaskevich
>             Fix For: 0.7.0
>
>         Attachments: CASSANDRA-1767.patch
>
>
> currently CLI cannot use custom data types since it doesn't know how to turn user-input strings into binary data.  need to add "ByteBuffer fromString(String)" to AbstractType and move the conversion code from CliClient there.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (CASSANDRA-1767) cli to/from string needs to move into AbstractType

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-1767?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis reassigned CASSANDRA-1767:
-----------------------------------------

    Assignee: Pavel Yaskevich

> cli to/from string needs to move into AbstractType
> --------------------------------------------------
>
>                 Key: CASSANDRA-1767
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1767
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core, Tools
>            Reporter: Jonathan Ellis
>            Assignee: Pavel Yaskevich
>             Fix For: 0.7.0
>
>
> currently CLI cannot use custom data types since it doesn't know how to turn user-input strings into binary data.  need to add "ByteBuffer fromString(String)" to AbstractType and move the conversion code from CliClient there.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.