You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
This change adds spark tests which exercises Spark 3.0 driver.
The tests are based on AppBase.java which is migrated from yb-sample-apps.
This migration is due to the fact that Spark 3.0 driver uses the 4.x (Y)CQL driver
which changes the user-facing API of the driver in a backwards-incompatible way.
Therefore, instead of refactoring yb-sample-apps (or existing CQL test framework) for CQL 4.x,
we are just creating a dedicated CQL 4.x project and using that to test the Spark 3.0 driver.
Test Plan: mvn -Dtest=org.yb.loadtest.TestCassandraSparkWordCount test
Reviewers: nikhil, mihnea
Reviewed By: mihnea
Subscribers: yql
Differential Revision: https://phabricator.dev.yugabyte.com/D10001
This issue covers the following aspects:
The above tasks would be done in tandem iteratively.
The text was updated successfully, but these errors were encountered: