We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6f83cf commit 0bc122bCopy full SHA for 0bc122b
src/main/java/datastax/astra/migrate/BaseJobSession.java
@@ -3,13 +3,11 @@
3
import com.datastax.oss.driver.api.core.CqlSession;
4
import com.datastax.oss.driver.api.core.cql.PreparedStatement;
5
import com.datastax.oss.driver.shaded.guava.common.util.concurrent.RateLimiter;
6
-import org.slf4j.Logger;
7
-import org.slf4j.LoggerFactory;
8
9
import java.util.ArrayList;
10
import java.util.List;
11
12
-public abstract class BaseJobSession {
+public abstract class BaseJobSession {
13
14
protected PreparedStatement sourceSelectStatement;
15
protected PreparedStatement astraSelectStatement;
0 commit comments