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

Databricks shim version for integration test [databricks] #8917

Merged
merged 1 commit into from
Aug 4, 2023

Conversation

NvTimLiu
Copy link
Collaborator

@NvTimLiu NvTimLiu commented Aug 3, 2023

Follow up #8828

To fix: #8923

Move SPARK_SHIM_VER into share Databricks script file.

Need to set SPARK_SHIM_VER=spark3xxdb to run integration tests against spark3xxdb integration test jar, otherwise some test cases would failed as below due to referring to spark3xx.jar integration test jar

mortgage_test.py::test_mortgage[IGNORE_ORDER, INCOMPAT, APPROXIMATE_FLOAT, ALLOW_NON_GPU(ANY), LIMIT(100000)] - TypeError: 'JavaPackage' object is not callable

@NvTimLiu NvTimLiu changed the title Databricks shim version for integration test Databricks shim version for integration test [databricks] Aug 3, 2023
@NvTimLiu
Copy link
Collaborator Author

NvTimLiu commented Aug 3, 2023

build

@NvTimLiu NvTimLiu marked this pull request as ready for review August 3, 2023 05:32
@NvTimLiu NvTimLiu self-assigned this Aug 3, 2023
@NvTimLiu NvTimLiu requested a review from pxLi August 3, 2023 05:33
Copy link
Collaborator

@gerashegalov gerashegalov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jlowe jlowe added the test Only impacts tests label Aug 3, 2023
@NvTimLiu NvTimLiu merged commit fcd8e8d into NVIDIA:branch-23.08 Aug 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test Only impacts tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Mortgage test failing with 'JavaPackage' error on AWS Databricks
4 participants