jyothsnakonisa opened a new pull request, #4411: URL: https://github.com/apache/cassandra/pull/4411
This PR adds support for Comments and Security Labels on schema elements, as proposed in [CEP-52: Schema Annotations for Apache Cassandra](https://cwiki.apache.org/confluence/x/JxJJFg). **What’s Included** - Implementation for storing comments and security labels on keyspaces, tables, columns, and UDTs. - Updates to the CQL grammar to introduce new DDL statements for defining and managing schema annotations. - Two new virtual tables — one for comments and another for security labels — to make it easy to query annotations. - Autocomplete improvements for annotation-related commands, including support within USE KEYSPACE context. - Comprehensive tests covering storage, queries, and grammar changes to ensure correctness and stability. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

