blerer commented on a change in pull request #1427:
URL: https://github.com/apache/cassandra/pull/1427#discussion_r795896650



##########
File path: src/java/org/apache/cassandra/schema/TableParams.java
##########
@@ -273,26 +273,31 @@ public void appendCqlTo(CqlBuilder builder)
                .append("AND compression = ").append(compression.asMap())
                .newLine()
                .append("AND crc_check_chance = ").append(crcCheckChance)
-               .newLine()
+               .newLine();
+
+        if (!isView) {

Review comment:
       I can take care of that on commit :-)




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