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

Compiling connector on java 11 throws exception java.lang.UnsupportedOperationException. #340

Closed
maasg opened this issue Mar 12, 2021 · 2 comments
Labels
duplicate This issue or pull request already exists

Comments

@maasg
Copy link

maasg commented Mar 12, 2021

As reported in #200 and #290, the project fails to compile against Java 11 and requires Java 8 for compilation.

@davidrabinowitz
Copy link
Member

As written here,

For the moment, please compile the connector with Java 8. Java 11 compilation support is on our roadmap.

@davidrabinowitz davidrabinowitz added the duplicate This issue or pull request already exists label Mar 12, 2021
@maasg
Copy link
Author

maasg commented Mar 14, 2021

@davidrabinowitz I opened a new ticket to create a PR against it. Here: #341
That patch seems to work well.
Is there something more to consider to support Java 11?
We are actually blocked by the old arrow dependency in the project. Using Java 11 provides a low friction upgrade.
You can see that here: https://github.com/The-Layer/spark-bigquery-connector/pull/2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants