You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jeremiah Jordan (JIRA)" <ji...@apache.org> on 2019/08/09 17:07:00 UTC

[jira] [Created] (CASSANDRA-15271) CASSANDRA-13426 changed the behavior of "CLUSTERING ORDER" on "CREATE TABLE"

Jeremiah Jordan created CASSANDRA-15271:
-------------------------------------------

             Summary: CASSANDRA-13426 changed the behavior of "CLUSTERING ORDER" on "CREATE TABLE"
                 Key: CASSANDRA-15271
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-15271
             Project: Cassandra
          Issue Type: Bug
          Components: CQL/Syntax
            Reporter: Jeremiah Jordan


CASSANDRA-13426 changed the behavior of "CLUSTERING ORDER" on "CREATE TABLE", it now complains if you don't specify all the columns.

It was nice that previously you could just specify to make the first clustering DESC and leave the rest ASC without needing to specify them.  Also it would be nice I think to avoid breaking changes to the CREATE TABLE syntax.

We should either update NEWS.txt to call out the breaking change there, or update the new code to be able to default the columns which were not mentioned.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org