-
Notifications
You must be signed in to change notification settings - Fork 1k
Spark 3.5 support #2467
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
base: main
Are you sure you want to change the base?
Spark 3.5 support #2467
Conversation
Merge in PDS-GTB/elasticsearch-hadoop from spark-35 to db-feature/spark-35 * commit 'fc4f33b6c3d609f18b820b25cc1435a2c4c5ead8': Spark 3.5 support
|
💚 CLA has been signed |
|
A few notes on the implementation:
|
|
Hi @nikolay-voskresenskiy-db. Thanks for the PR! It will be a little while before someone has the bandwidth to review this. |
|
If you make one more update it also will be compatible with Spark 4.0
|
|
I did try to build for spark 4.0 but it requires java 17 and there are multiple places in the project which are still on java11. Might revisit that in future. |
Yeah I've also tried to go that route and had to just build a custom JAR to use after I finally hacked my way to getting it working. The main issue is the "runtime" java that is forcing java 8 actually. Though I got another variant added pretty simply to your MR that seems to work, the only thing I had to do was disable javadoc for the 4.0 variant because that's also hard coded to use Java 8 javadoc |
Thank you for submitting a pull request!
Please make sure you have signed our Contributor License Agreement (CLA).
We are not asking you to assign copyright to us, but to give us the right to distribute your code without restriction. We ask this of all contributors in order to assure our users of the origin and continuing existence of the code.
You only need to sign the CLA once.