This is an automated email from the ASF dual-hosted git repository.
blerer pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git.
from 6c30261 Merge branch 'cassandra-4.0' into trunk
add 2059c75 Fix queries on empty partitions with static data
add c9734e3 Merge branch cassandra-4.0.0 into cassandra-4.0
new 67cab36 Merge branch cassandra-4.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 +
.../cql3/restrictions/StatementRestrictions.java | 27 +
.../cql3/selection/ColumnFilterFactory.java | 24 +-
.../apache/cassandra/cql3/selection/Selection.java | 39 +-
.../cql3/statements/ModificationStatement.java | 4 +-
.../cassandra/cql3/statements/SelectStatement.java | 31 +-
.../apache/cassandra/db/filter/ColumnFilter.java | 939 +++++++++++++++------
src/java/org/apache/cassandra/gms/Gossiper.java | 17 +-
.../apache/cassandra/schema/SchemaKeyspace.java | 2 +-
.../apache/cassandra/utils/CassandraVersion.java | 1 +
.../distributed/upgrade/MixedModeReadTest.java | 2 +-
.../validation/operations/CompactTableTest.java | 17 +
.../cql3/validation/operations/DeleteTest.java | 50 +-
.../InsertUpdateIfConditionStaticsTest.java | 40 +
.../org/apache/cassandra/db/ReadCommandTest.java | 6 +-
.../db/SSTableAndMemTableDigestMatchTest.java | 77 +-
.../cassandra/db/filter/ColumnFilterTest.java | 86 +-
17 files changed, 1005 insertions(+), 360 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]