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 e8cfd1acff76378e006bf6117096c95f4aa4c23a
Merge: df6b4fb46c 6c31b04ec0
Author: Dmitry Konstantinov <[email protected]>
AuthorDate: Tue Jun 2 21:58:26 2026 +0100

    Merge branch 'cassandra-6.0' into trunk
    
    * cassandra-6.0:
      Reduce cost to calculate BTreeRow.minDeletionTime

 CHANGES.txt                                        |  1 +
 .../org/apache/cassandra/db/rows/BTreeRow.java     | 28 ++++++++++++++++++++--
 2 files changed, 27 insertions(+), 2 deletions(-)

diff --cc CHANGES.txt
index c5f9c85969,c51cee05ef..208f1a3432
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@@ -1,8 -1,5 +1,9 @@@
 -6.0-alpha2
 +7.0
 + * 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:
+  * Reduce cost to calculate BTreeRow.minDeletionTime (CASSANDRA-21414)
   * Implement custom CassandraThread to keep direct references to frequently 
used thread local objects (CASSANDRA-21020)
   * Avoid megamorphic call overhead at RandomAccessReader#current 
(CASSANDRA-21399)
   * Enable async GC logging for JDK versions which support it to avoid 
potential hiccups caused by GC log file I/O blocking (CASSANDRA-21372)


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

Reply via email to