Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
Correctness
-
Low
-
Normal
-
User Report
-
All
-
None
-
Description
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.