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

Import the right pandas from conda [skip ci] #4433

Merged
merged 1 commit into from
Dec 30, 2021

Conversation

NvTimLiu
Copy link
Collaborator

@NvTimLiu NvTimLiu commented Dec 28, 2021

Based on PR: #4419

PR4419 only fixed cudf-udf tests failure on pandas missing __version__

For other test cases, as pytest checks all the dependencies during tests collecting stage, including pandas, even though we are not running cudf-udf tests. So we also need to expose PYTHONPATH environment.

To fix #4378

Signed-off-by: Tim Liu timl@nvidia.com

Based on PR: NVIDIA#4419

Expose PYTHONPATH environment, as pytest checks all the dependencies during tests collecting stage, including pandas, even though we are not running cudf-udf tests.

Signed-off-by: Tim Liu <timl@nvidia.com>
@NvTimLiu NvTimLiu added the build Related to CI / CD or cleanly building label Dec 28, 2021
@NvTimLiu NvTimLiu self-assigned this Dec 28, 2021
@NvTimLiu
Copy link
Collaborator Author

build

@NvTimLiu NvTimLiu changed the title Import the right pandas from conda Import the right pandas from conda [skip ci] Dec 28, 2021
@NvTimLiu
Copy link
Collaborator Author

build

@GaryShen2008 GaryShen2008 merged commit 5719f4c into NVIDIA:branch-22.02 Dec 30, 2021
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.

[BUG] udf_test udf_cudf_test failed require_minimum_pandas_version check in spark 320+
3 participants