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 4f077ed3ea Merge branch 'cassandra-6.0' into trunk
     add cf8758dc44 Optimize authorization logic for BatchStatement and 
TransactionStatement when a single table is updated
     new 80dc41bae5 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                                        |   1 +
 NEWS.txt                                           |   5 +
 .../cassandra/cql3/statements/BatchStatement.java  |   3 +-
 .../cql3/statements/ModificationStatement.java     |  53 ++++-
 .../cql3/statements/TransactionStatement.java      |   3 +-
 .../org/apache/cassandra/auth/BatchAuthTest.java   | 238 +++++++++++++++++++++
 .../org/apache/cassandra/auth/TxnAuthTest.java     |  59 ++++-
 7 files changed, 346 insertions(+), 16 deletions(-)
 create mode 100644 test/unit/org/apache/cassandra/auth/BatchAuthTest.java


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

Reply via email to