Mmuzaf commented on code in PR #2699:
URL: https://github.com/apache/cassandra/pull/2699#discussion_r1339997751
##########
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:
We should keep it as well, right?
--
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]