michaelsembwever commented on code in PR #3782:
URL: https://github.com/apache/cassandra/pull/3782#discussion_r1907633918
##########
test/distributed/org/apache/cassandra/distributed/upgrade/DropCompactStorageTest.java:
##########
@@ -35,7 +35,7 @@ public void testDropCompactStorage() throws Throwable
new TestCase()
.nodes(2)
.nodesToUpgrade(1, 2)
- .upgradesToCurrentFrom(v30)
+ .upgradesToCurrentFrom(OLDEST)
.withConfig(config -> config.with(GOSSIP,
NETWORK).set("enable_drop_compact_storage", true))
.setup((cluster) -> {
cluster.schemaChange("CREATE TABLE " + KEYSPACE + ".tbl (pk int,
ck int, PRIMARY KEY (pk, ck)) WITH COMPACT STORAGE");
Review Comment:
is it still possible to `CREATE TABLE WITH COMPACT STORAGE` in 4.0+ ?
ref: https://github.com/apache/cassandra/pull/3782#issuecomment-2578362286
--
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]