michaelsembwever commented on code in PR #3782:
URL: https://github.com/apache/cassandra/pull/3782#discussion_r1907633646


##########
test/distributed/org/apache/cassandra/distributed/upgrade/DropCompactStorageNullClusteringValuesTest.java:
##########
@@ -33,7 +33,7 @@ public class DropCompactStorageNullClusteringValuesTest 
extends UpgradeTestBase
     public void testNullClusteringValues() throws Throwable
     {
         new TestCase().nodes(1)
-                      .upgradesToCurrentFrom(v30)
+                      .upgradesToCurrentFrom(OLDEST)
                       .withConfig(config -> config.with(GOSSIP, NETWORK, 
NATIVE_PROTOCOL).set("enable_drop_compact_storage", true))
                       .setup(cluster -> {
                           String create = "CREATE TABLE %s.%s(k int, c1 int, 
c2 int, v int, PRIMARY KEY (k, c1, c2)) " +

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]

Reply via email to