This is an automated email from the ASF dual-hosted git repository.

netudima pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git


    from bcd9e662d2 Merge branch 'cassandra-6.0' into trunk
     add 1e3d43b2dd Apply performance optimizations for rows merging logic
     new e0e4feb120 Merge branch 'cassandra-6.0' into trunk

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES.txt                                        |  3 +-
 build.xml                                          | 62 +++++++++++++++-
 src/java/org/apache/cassandra/db/DeletionTime.java |  3 +-
 .../org/apache/cassandra/db/rows/BTreeRow.java     |  5 ++
 src/java/org/apache/cassandra/db/rows/Row.java     | 84 +++++++++++++---------
 .../cassandra/db/rows/UnfilteredRowIterators.java  |  6 +-
 .../cassandra/index/sai/utils/RowWithSource.java   |  6 ++
 .../org/apache/cassandra/utils/MergeIterator.java  | 29 ++++++++
 .../org/apache/cassandra/db/rows/RowsTest.java     | 51 +++++++++++++
 9 files changed, 208 insertions(+), 41 deletions(-)


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

Reply via email to