josh-mckenzie commented on a change in pull request #1213:
URL: https://github.com/apache/cassandra/pull/1213#discussion_r726484606



##########
File path: src/java/org/apache/cassandra/schema/SystemDistributedKeyspace.java
##########
@@ -145,6 +142,16 @@ private SystemDistributedKeyspace()
                      + "status text,"
                      + "PRIMARY KEY ((keyspace_name, view_name), 
host_id))").build();
 
+    public static final TableMetadata PartitionDenylistTable =
+    parse(PartitionDenylist.PARTITION_DENYLIST_TABLE,
+          "Partition keys which have been denied access",
+          "CREATE TABLE %s ("
+          + "ks_name text,"
+          + "cf_name text,"

Review comment:
       Fixed this in one of the existing commits. :+1:
   




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