aweisberg commented on code in PR #2049: URL: https://github.com/apache/cassandra/pull/2049#discussion_r1063845559
########## test/distributed/org/apache/cassandra/distributed/test/accord/AccordCQLTest.java: ########## @@ -31,10 +31,16 @@ import com.google.common.collect.ImmutableList; import com.google.common.collect.ImmutableMap; import com.google.common.collect.ImmutableSet; +import org.apache.cassandra.cql3.CQLTester; import accord.primitives.Unseekables; import accord.topology.Topologies; import org.apache.cassandra.cql3.functions.types.utils.Bytes; +import org.apache.cassandra.db.marshal.*; Review Comment: I am not even sure how that can happen with my settings. Optimized the imports. -- 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]

