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

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


    from 97a5ff9925 Merge branch 'cassandra-4.1' into trunk
     add b6d8e2ce6b Make disabling auto snapshot on selected tables possible

No new revisions were added by this update.

Summary of changes:
 CHANGES.txt                                        |   1 +
 NEWS.txt                                           |   5 +
 pylib/cqlshlib/cql3handling.py                     |   3 +
 pylib/cqlshlib/test/test_cqlsh_completion.py       |   8 +-
 pylib/cqlshlib/test/test_cqlsh_output.py           |   1 +
 .../cql3/statements/schema/TableAttributes.java    |   3 +
 .../org/apache/cassandra/db/ColumnFamilyStore.java |  11 +-
 .../apache/cassandra/schema/SchemaKeyspace.java    |  54 ++++---
 .../org/apache/cassandra/schema/TableMetadata.java |   6 +
 .../org/apache/cassandra/schema/TableParams.java   |  18 ++-
 .../distributed/test/AllowAutoSnapshotTest.java    | 156 +++++++++++++++++++++
 .../cql3/statements/DescribeStatementTest.java     |   2 +
 .../apache/cassandra/db/SchemaCQLHelperTest.java   |   1 +
 .../cassandra/schema/SchemaKeyspaceTest.java       |  40 ++++++
 14 files changed, 281 insertions(+), 28 deletions(-)
 create mode 100644 
test/distributed/org/apache/cassandra/distributed/test/AllowAutoSnapshotTest.java


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

Reply via email to