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

Fixing Spark 3 compatibility #242

Merged

Conversation

davidrabinowitz
Copy link
Member

PR #240 has unified the use of SparkBigQueryConfig also for the original DataSource v1 implementation, used in Spark 3. This implementation relies on org.apache.spark.sql.sources.v2.DataSourceOptions which does not exist in Spark 3 due to the massive DataSource API change it had.

This PR addresses that by:

  • Removing DataSourceOptions from SparkBigQueryConfig
  • Adding acceptance test for Dataproc image 2.0 (currently in preview), with Spark 3

@davidrabinowitz
Copy link
Member Author

/gcbrun

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

Successfully merging this pull request may close these issues.

None yet

2 participants