k-rus commented on code in PR #4448:
URL: https://github.com/apache/cassandra/pull/4448#discussion_r2469811234


##########
doc/modules/cassandra/pages/cql/ddl.adoc:
##########
@@ -22,8 +22,10 @@ include::example$BNF/ks_table.bnf[]
 ----
 
 Both keyspace and table name should be comprised of only alphanumeric
-characters, cannot be empty and are limited in size to 48 characters
-(that limit exists mostly to avoid filenames (which may include the
+characters or underscore and cannot be empty. 

Review Comment:
   Addressed and squashed



##########
doc/modules/cassandra/pages/cql/ddl.adoc:
##########
@@ -22,8 +22,10 @@ include::example$BNF/ks_table.bnf[]
 ----
 
 Both keyspace and table name should be comprised of only alphanumeric
-characters, cannot be empty and are limited in size to 48 characters
-(that limit exists mostly to avoid filenames (which may include the
+characters or underscore and cannot be empty. 
+Keyspace name is limited in size to 48 characters, while
+table name is limited in size to 222 characters
+(that limits exist mostly to avoid filenames (which may include the

Review Comment:
   Addressed and squashed



-- 
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]

Reply via email to