[
https://issues.apache.org/jira/browse/CASSANDRA-3685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13182367#comment-13182367
]
Jonathan Ellis edited comment on CASSANDRA-3685 at 1/9/12 4:21 AM:
-------------------------------------------------------------------
You're right: if we restrict non-wide-rows to utf8 columns, we don't need this
at all (given CASSANDRA-2474), since that allows specifying a comparator for
wide rows (since the columns become a single, transposed column definition,
whose type is the comparator type and whose value is the default_validator).
was (Author: jbellis):
You're right: if we restrict non-wide-rows to utf8 columns, we don't need
this at all (given CASSANDRA-2474).
> CQL support for non-utf8 column names
> -------------------------------------
>
> Key: CASSANDRA-3685
> URL: https://issues.apache.org/jira/browse/CASSANDRA-3685
> Project: Cassandra
> Issue Type: New Feature
> Components: API
> Reporter: Jonathan Ellis
> Labels: cql
>
> Eric Evans' suggestions from the mailing list:
> {code}
> CREATE TABLE test (
> int(10) text,
> uuid(92d21d0a-d6cb-437c-9d3f-b67aa733a19f) bigint
> )
> {code}
> {code}
> CREATE TABLE test (
> (int)10 text,
> (uuid)92d21d0a-d6cb-437c-9d3f-b67aa733a19f bigint
> )
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira