This is an automated email from the ASF dual-hosted git repository. konstantinov pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra.git
from 55db3181fb Make legacy index rebuilds safe on Gossip -> TCM upgrades add 6c29686ea7 Prevent too long table names not fitting file names add bff43df7db Merge branch 'cassandra-4.0' into cassandra-4.1 add 7f92e1ac2c Merge branch 'cassandra-4.1' into cassandra-5.0 new 06440e947a Merge branch 'cassandra-5.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 + .../statements/schema/AlterSchemaStatement.java | 15 ++--- .../statements/schema/CreateIndexStatement.java | 17 ++++-- src/java/org/apache/cassandra/db/Directories.java | 10 ++-- .../org/apache/cassandra/schema/IndexMetadata.java | 21 +++---- .../apache/cassandra/schema/KeyspaceMetadata.java | 30 +++++++--- .../apache/cassandra/schema/SchemaConstants.java | 29 ++++++++- .../org/apache/cassandra/schema/TableMetadata.java | 70 +++++++++++++++++++--- .../index/sai/cql/StorageAttachedIndexDDLTest.java | 3 +- .../schema/CreateTableValidationTest.java | 40 +++++++++++++ .../apache/cassandra/schema/IndexMetadataTest.java | 25 +------- .../apache/cassandra/schema/SchemaChangesTest.java | 51 ++++++++++------ .../apache/cassandra/schema/ValidationTest.java | 16 ++--- 13 files changed, 223 insertions(+), 105 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org