smiklosovic commented on code in PR #4411:
URL: https://github.com/apache/cassandra/pull/4411#discussion_r2436538188


##########
test/unit/org/apache/cassandra/cql3/validation/miscellaneous/OverflowTest.java:
##########
@@ -84,18 +84,18 @@ public void testReservedKeywords() throws Throwable
     @Test
     public void testIdentifiers() throws Throwable
     {
-        createTable("CREATE TABLE %s (key_23 int PRIMARY KEY, CoLuMn int)");

Review Comment:
   revert



##########
test/unit/org/apache/cassandra/cql3/validation/operations/CompactStorageSplit1Test.java:
##########
@@ -58,16 +58,16 @@ public void testSparseCompactTableIndex() throws Throwable
     @Test
     public void before() throws Throwable
     {
-        createTable("CREATE TABLE %s (key TEXT, column TEXT, value BLOB, 
PRIMARY KEY (key, column)) WITH COMPACT STORAGE");

Review Comment:
   revert



##########
test/unit/org/apache/cassandra/cql3/GcCompactionTest.java:
##########
@@ -87,10 +87,10 @@ public void testGcCompactionPartitions(boolean 
onlyPurgeRepairedTombstones) thro
     {
         runCompactionTest("CREATE TABLE %s(" +
                           "  key int," +
-                          "  column int," +

Review Comment:
   revert



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