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

[BUG] UDF Integration tests fail if pandas is not installed #810

Closed
kuhushukla opened this issue Sep 18, 2020 · 1 comment · Fixed by #832
Closed

[BUG] UDF Integration tests fail if pandas is not installed #810

kuhushukla opened this issue Sep 18, 2020 · 1 comment · Fixed by #832
Assignees
Labels
bug Something isn't working P1 Nice to have for release test Only impacts tests

Comments

@kuhushukla
Copy link
Collaborator

Describe the bug
When running integration tests, the udf tests require pandas to be installed whether thru conda env or otherwise to run without any errors. We should ideally ignore these tests of the user does not have pandas installed.

Steps/Code to reproduce bug
run mvn clean verify or ./run_pyspark_from_build.sh from integration-tests directory with SPARK_HOME set.

../../src/main/python/udf_cudf_test.py:15: in <module>
    import pandas as pd
E   ModuleNotFoundError: No module named 'pandas'
_________________ ERROR collecting src/main/python/udf_test.py _____________

Expected behavior
Integration tests that require pandas should not error out if pandas is not installed

@kuhushukla kuhushukla added bug Something isn't working ? - Needs Triage Need team to review and classify labels Sep 18, 2020
@kuhushukla kuhushukla added this to the Sep 14 - Sep 25 milestone Sep 18, 2020
@kuhushukla
Copy link
Collaborator Author

Not sure if it is just me but I am having trouble finding rapids-daemon module as well which was added as part of #640

Do I need to update my env in some way which I missed the documentation on.

@sameerz sameerz added P1 Nice to have for release test Only impacts tests and removed ? - Needs Triage Need team to review and classify labels Sep 22, 2020
tgravescs pushed a commit to tgravescs/spark-rapids that referenced this issue Nov 30, 2023
…IDIA#810)

Signed-off-by: spark-rapids automation <70000568+nvauto@users.noreply.github.com>

Signed-off-by: spark-rapids automation <70000568+nvauto@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working P1 Nice to have for release test Only impacts tests
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants