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

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


    from 5d83175952 Merge branch 'cassandra-4.1' into cassandra-5.0
     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

No new revisions were added by this update.

Summary of changes:
 CHANGES.txt                                        |  1 +
 .../statements/schema/AlterSchemaStatement.java    | 14 +----
 .../statements/schema/CreateIndexStatement.java    | 17 ++++--
 src/java/org/apache/cassandra/db/Directories.java  | 10 ++--
 .../org/apache/cassandra/schema/IndexMetadata.java | 16 ++---
 .../apache/cassandra/schema/KeyspaceMetadata.java  | 29 ++++++---
 .../apache/cassandra/schema/SchemaConstants.java   | 30 +++++++++-
 .../org/apache/cassandra/schema/TableMetadata.java | 70 +++++++++++++++++++---
 .../index/sai/cql/StorageAttachedIndexDDLTest.java |  3 +-
 .../schema/CreateTableValidationTest.java          | 40 +++++++++++++
 .../apache/cassandra/schema/IndexMetadataTest.java | 25 +-------
 .../cassandra/schema/MigrationManagerTest.java     | 44 ++++++++++----
 .../apache/cassandra/schema/ValidationTest.java    | 16 ++---
 13 files changed, 218 insertions(+), 97 deletions(-)


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

Reply via email to