-
Notifications
You must be signed in to change notification settings - Fork 245
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[FEA] Support Databricks 11.3 ML LTS #6879
Comments
We will also want to remove support for 9.1. And we will need to ensure the recent addition of AQE + DPP continues to work in 11.3. |
DB11.3 backports many of the Spark-3.4 commits that breaks the build. My current active branch https://github.com/amahussein/spark-rapids/tree/rapids-6879-b
There is a list of compilation errors. Aside from the Exception handling refactoring, some blockers depend on the spark-3.4 shim layers.
Full compilation Errors:
|
* introduce non330db directories * ShimExtractValue * GpuPredicateHelper now extends and shims PredicateHelper * Allow passing TEST_PARALLEL to test.sh to be able to run integration tests on a small instance * No need to override getSparkShimVersion using the same implementation in every shim Fixes #6879 Signed-off-by: Gera Shegalov <gera@apache.org> Signed-off-by: Ahmed Hussein (amahussein) <a@ahussein.me> Co-authored-by: Ahmed Hussein (amahussein) <a@ahussein.me> Signed-off-by: Niranjan Artal <nartal@nvidia.com> Co-authored-by: Niranjan Artal <nartal@nvidia.com>
Is your feature request related to a problem? Please describe.
Add support for Databricks 11.3 ML LTS in the 22.12 release
Describe the solution you'd like
Create a shim layer for Databricks 11.3 ML LTS so that users of the plugin can run on Databricks.
Describe alternatives you've considered
Additional context
https://docs.databricks.com/release-notes/runtime/11.3ml.html
#6879 (comment)
The text was updated successfully, but these errors were encountered: