blambov commented on code in PR #2896:
URL: https://github.com/apache/cassandra/pull/2896#discussion_r1448600619


##########
test/unit/org/apache/cassandra/cql3/validation/operations/InsertUpdateIfConditionTest.java:
##########
@@ -459,7 +459,7 @@ public void testDropCreateTableIfNotExists() throws 
Throwable
     @Test
     public void testDropCreateIndexIfNotExists()
     {
-        String tableName = createTable("CREATE TABLE %s (id text PRIMARY KEY, 
value1 blob, value2 blob)with comment = 'foo'");
+        String tableName = createTable("CREATE TABLE %s (id text PRIMARY KEY, 
value1 text, value2 blob)with comment = 'foo'");

Review Comment:
   SAI does not support indexes on blobs. This tests does not need a blob, text 
(which SAI supports) suffices.



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