Mmuzaf commented on code in PR #2699:
URL: https://github.com/apache/cassandra/pull/2699#discussion_r1340025315


##########
test/unit/org/apache/cassandra/cql3/validation/operations/CreateTest.java:
##########
@@ -681,25 +681,17 @@ public void testCreateTableWithCompression() throws 
Throwable
         assertSchemaOption("compression", map("chunk_length_in_kb", "32", 
"class", "org.apache.cassandra.io.compress.SnappyCompressor"));
 
         createTable("CREATE TABLE %s (a text, b int, c int, primary key (a, 
b))"
-                + " WITH compression = { 'sstable_compression' : 
'SnappyCompressor', 'chunk_length_kb' : 32 };");
-        assertSchemaOption("compression", map("chunk_length_in_kb", "32", 
"class", "org.apache.cassandra.io.compress.SnappyCompressor"));

Review Comment:
   I think it is a minor comment, the assertion works correctly now. 
   I have just thought that `"chunk_length_in_kb", 32` should be added instead 
of `'chunk_length_kb' : 32`



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