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

adelapena pushed a change to branch cassandra-4.1
in repository https://gitbox.apache.org/repos/asf/cassandra.git


    from c635f198f6 Fix leak of non-standard Java types in our Exceptions as 
clients using JMX are unable to handle them Remove useless validation that 
leads to unnecessary additional read of cassandra.yaml on startup patch by 
Ekaterina Dimitrova; review by David Capwell for CASSANDRA-17638
     new ffc4c89c3d Fix issue where frozen maps may not be serialized in the 
correct order
     new 0e1d068d92 Merge branch 'cassandra-3.0' into cassandra-3.11
     new 5cf6db30f6 Merge branch 'cassandra-3.11' into cassandra-4.0
     new c1d163abad Merge branch 'cassandra-4.0' into cassandra-4.1

The 4 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 +
 src/java/org/apache/cassandra/cql3/Maps.java       |  11 +-
 src/java/org/apache/cassandra/cql3/Sets.java       |   2 +-
 test/unit/org/apache/cassandra/cql3/CQLTester.java |  34 +++-
 .../cql3/conditions/ColumnConditionTest.java       |   6 +-
 .../cql3/validation/entities/CollectionsTest.java  |  99 ++++++++++++
 .../cassandra/io/sstable/CQLSSTableWriterTest.java | 171 ++++++++++++++++++++-
 7 files changed, 308 insertions(+), 16 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to