Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cassandra-unit CQLDataLoader does not work with latest datastax #304

Open
scalahub opened this issue Jan 8, 2020 · 0 comments
Open

Cassandra-unit CQLDataLoader does not work with latest datastax #304

scalahub opened this issue Jan 8, 2020 · 0 comments

Comments

@scalahub
Copy link

scalahub commented Jan 8, 2020

Currently, the latest release is incompatible with the latest Datastax version, although the master branch of this repository has the fixed version.

In release 3.11.2.0, (also on Maven central), the code refers to the package com.datastax.driver.core which is no longer present. The below snippet is from the file org/cassandraunit/CQLDataLoader.java

package org.cassandraunit;

import com.datastax.driver.core.Session;   // this line 
import org.cassandraunit.dataset.CQLDataSet;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

import static org.cassandraunit.utils.CqlOperations.*;

/**
 * @author Marcin Szymaniuk
 * @author Jeremy Sevellec
 */
public class CQLDataLoader {
    ...

Please release the fixed version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant