[
https://issues.apache.org/jira/browse/CASSANDRA-3031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13102141#comment-13102141
]
Igor Hrazdil edited comment on CASSANDRA-3031 at 9/10/11 8:34 PM:
------------------------------------------------------------------
Mistake in type name int (not int32) for CLI. Please, see cli_help.diff
was (Author: igor.hrazdil):
Mistake in type name int for CLI, see cli_help.diff
> Add 4 byte integer type
> -----------------------
>
> Key: CASSANDRA-3031
> URL: https://issues.apache.org/jira/browse/CASSANDRA-3031
> Project: Cassandra
> Issue Type: Improvement
> Components: Core
> Affects Versions: 1.0.0
> Environment: any
> Reporter: Radim Kolar
> Assignee: Radim Kolar
> Priority: Minor
> Labels: hector, lhf
> Fix For: 1.0.0
>
> Attachments: apache-cassandra-1.0-dev-SNAPSHOT.jar,
> apache-cassandra-thrift-1.0-dev-SNAPSHOT.jar, cli_help.diff, drivers.diff,
> src.diff, test.diff, test.log
>
>
> Cassandra currently lacks support for 4byte fixed size integer data type.
> Java API Hector and C libcassandra likes to serialize integers as 4 bytes in
> network order. Problem is that you cant use cassandra-cli to manipulate
> stored rows. Compatibility with other applications using api following
> cassandra integer encoding standard is problematic too.
> Because adding new datatype/validator is fairly simple I recommend to add
> int4 data type. Compatibility with hector is important because it is most
> used Java cassandra api and lot of applications are using it.
> This problem was discussed several times already
> http://comments.gmane.org/gmane.comp.db.hector.user/2125
> https://issues.apache.org/jira/browse/CASSANDRA-2585
> It would be nice to have compatibility with cassandra-cli and other
> applications without rewriting hector apps.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira