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

Install cuDF-py against python 3.10 on Databricks #11447

Closed
wants to merge 1 commit into from

Conversation

NvTimLiu
Copy link
Collaborator

@NvTimLiu NvTimLiu commented Sep 9, 2024

Fix on Databricks runtime for : #11394

Rapids 24.10+ drops python 3.9 or below conda packages. ref: https://docs.rapids.ai/notices/rsn0040/

Install cuDF-py conda packages against python 3.10 and above on Databricks runtime to run UDF cuDF tests

Rapids 24.10+ drops python 3.9 or below conda packages. ref: https://docs.rapids.ai/notices/rsn0040/

Install cuDF-py Conda packages against python 3.10 and above on Databricks runtime to run UDF cuDF tests

Signed-off-by: timl <[email protected]>
@NvTimLiu NvTimLiu added the build Related to CI / CD or cleanly building label Sep 9, 2024
@NvTimLiu NvTimLiu self-assigned this Sep 9, 2024
@NvTimLiu
Copy link
Collaborator Author

NvTimLiu commented Sep 9, 2024

Skip CI, because pre-merge CI can not cover this change

@NvTimLiu
Copy link
Collaborator Author

NvTimLiu commented Sep 9, 2024

Test got PASS on Databricks-11.3:

image

image

@NvTimLiu
Copy link
Collaborator Author

NvTimLiu commented Sep 9, 2024

We install python-3.10 and cudf-py packages on Databricks 11.3/12.2 to match the rapids change : https://docs.rapids.ai/notices/rsn0040/

We’re not running the UDF_CUDF tests on DB13.3 because the tests will be skipped by: https://github.com/NVIDIA/spark-rapids/blob/branch-24.10/integration_tests/src/main/python/udf_cudf_test.py#L44 @pxLi

@NvTimLiu NvTimLiu marked this pull request as draft September 9, 2024 04:40
@NvTimLiu
Copy link
Collaborator Author

Drop this PR, replaced by: #11477

@NvTimLiu NvTimLiu closed this Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Related to CI / CD or cleanly building
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant