This is an automated email from the ASF dual-hosted git repository. Mmuzaf pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra.git
commit 5bf01cc7c01bda12b64a74b75da847cdc35c0ab4 Merge: af202bddc2 c4c3048b13 Author: Maxim Muzafarov <[email protected]> AuthorDate: Mon Jul 27 16:08:58 2026 +0200 Merge branch 'cassandra-6.0' into trunk * cassandra-6.0: Allow unreserved keywords as user and identity names in USER and IDENTITY statements CHANGES.txt | 1 + src/antlr/Parser.g | 2 ++ .../cassandra/cql3/ReservedKeywordsTest.java | 33 +++++++++++++++++++++- 3 files changed, 35 insertions(+), 1 deletion(-) diff --cc CHANGES.txt index 4a581404cb,f788a3228f..fa846a9e43 --- a/CHANGES.txt +++ b/CHANGES.txt @@@ -1,12 -1,7 +1,13 @@@ -6.0-alpha2 +7.0 + * Don't increment client metrics on messaging service connection unpause (CASSANDRA-21491) + * Add nodetool getreplicas (CASSANDRA-17665) + * Implementation of CEP-49: Hardware-accelerated compression (CASSANDRA-20975) + * Avoid using ObjectUtils.getFirstNonNull in Schema (CASSANDRA-21394) + * Allow nodetool garbagecollect to take a user defined list of SSTables (CASSANDRA-16767) + * Add a guardrail for misprepared statements (CASSANDRA-21139) +Merged from 6.0: + * Allow unreserved keywords as user and identity names in USER and IDENTITY statements (CASSANDRA-21510) * Reduce allocations in DefaultQueryOptions (CASSANDRA-21467) - * Coordinator load-shedding returns OverloadedException without setting streamId, misrouting query responses (CASSANDRA-21508) * Reduce number of scheduledTasks on metric id release in ThreadLocalMetrics (CASSANDRA-21475) * Cache various Enum.values() used in deserialization to avoid per-read array allocation (CASSANDRA-21528) * Fix Accord transaction error message when altering a table (CASSANDRA-20580) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
