codacy-bot commented on a change in pull request #246: Abstract Virtual Table for very large
result sets for CASSANDRA-14629
URL: https://github.com/apache/cassandra/pull/246#discussion_r331987642
##########
File path: test/unit/org/apache/cassandra/cql3/validation/entities/VirtualTableTest.java
##########
@@ -17,34 +17,48 @@
*/
package org.apache.cassandra.cql3.validation.entities;
+import static org.junit.Assert.assertEquals;
+import static org.junit.Assert.fail;
+
+import java.nio.ByteBuffer;
import java.util.Collection;
+import java.util.Collections;
import java.util.HashMap;
+import java.util.Iterator;
+import java.util.List;
import java.util.Map;
-import com.google.common.collect.ImmutableList;
-import org.junit.BeforeClass;
-import org.junit.Test;
-
import org.apache.cassandra.cql3.CQLTester;
+import org.apache.cassandra.db.Clustering;
Review comment:
 Issue found: [Unused import
- org.apache.cassandra.db.Clustering.](https://app.codacy.com/app/Wen1234/cassandra/pullRequest?prid=4274672)
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
users@infra.apache.org
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org
|