This is an automated email from the ASF dual-hosted git repository. netudima pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra.git
commit 939499185382af3e8a0143ebb772ea5d7173714d Merge: 3742994000 bfc4b0bb36 Author: Dmitry Konstantinov <[email protected]> AuthorDate: Wed May 6 13:13:11 2026 +0100 Merge branch 'cassandra-6.0' into trunk * cassandra-6.0: Avoid allocation by getFunctions in SelectStatement.authorize CHANGES.txt | 1 + .../apache/cassandra/cql3/statements/SelectStatement.java | 13 +++++++++++++ 2 files changed, 14 insertions(+) diff --cc CHANGES.txt index 31d2b92aa1,a61a5824ce..231b6fbc2c --- a/CHANGES.txt +++ b/CHANGES.txt @@@ -1,15 -1,5 +1,16 @@@ +7.0 + * 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: + * Ensure schema created before 2.1 without tableId in folder name can be loaded in SnapshotLoader (CASSANDRA-21246) + * Differentiate between legitimate cases where the first entry is the same as the last entry and empty bounds in SSTableCursorWriter#addIndexBlock() (CASSANDRA-21255) + * Introduce minimum_threshold for data resurrection startup check (CASSANDRA-21293) +Merged from 5.0: + * Fix failing select on system_views.settings for non-string keys (CASSANDRA-21348) + + 6.0-alpha2 + * Avoid allocation by getFunctions in SelectStatement.authorize (CASSANDRA-21347) * Avoid unit conversion in DatabaseDescriptor.getMaxValueSize() for every deserializing Cell (CASSANDRA-21295) * Fix single token batch atomicity with Accord/non-Accord batches by using the batch log (CASSANDRA-20588) * Avoid CompactionOptions parsing for every read by WithoutPurgeableTombstones (CASSANDRA-21294) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
