Details
-
Bug
-
Status: Resolved
-
Low
-
Resolution: Fixed
-
None
-
Low
Description
example failure:
Error Message Invalid value for row 0 column 2 (mycollection of type list<text>), expected <null> but got <[first element]>
Stacktrace junit.framework.AssertionFailedError: Invalid value for row 0 column 2 (mycollection of type list<text>), expected <null> but got <[first element]> at org.apache.cassandra.cql3.CQLTester.assertRows(CQLTester.java:908) at org.apache.cassandra.cql3.validation.operations.AlterTest.testDropListAndAddListWithSameName(AlterTest.java:87)