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

Michael Semb Wever updated CASSANDRA-20235:
-------------------------------------------
    Fix Version/s: 5.x
                       (was: 5.1)

> Relax limitation on column names for SAI
> ----------------------------------------
>
>                 Key: CASSANDRA-20235
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-20235
>             Project: Apache Cassandra
>          Issue Type: Improvement
>          Components: Feature/SAI
>            Reporter: Ruslan Fomkin
>            Assignee: Ruslan Fomkin
>            Priority: Normal
>             Fix For: 5.0.x, 5.x
>
>
> For a table:
> {code:java}
> CREATE TABLE quoted (
>    key        text,
>    "user-age"    int,
>    PRIMARY KEY (key)
> );{code}
> creating index:
> {code:java}
> CREATE CUSTOM INDEX quoted_userage ON quoted ("user-age")
>     USING 'StorageAttachedIndex';{code}
> fails with:
> {code:java}
> InvalidRequest: Error from server: code=2200 [Invalid query] message="Column 
> 'user-age' is longer than the permissible name length of 222 characters or 
> contains non-alphanumeric-underscore characters"{code}
> It will improve usability if SAI can be created on column names, which are 
> already supported during table creation. I.e., the above use case works.
> Is there any specific reason why a quoted column name with non-alpha-numeric 
> chars will not work for SAI?



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to