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] row-based_udf_test.py::test_hive_empty_* fail nightly tests #4883

Closed
tgravescs opened this issue Mar 1, 2022 · 1 comment · Fixed by #4890
Closed

[BUG] row-based_udf_test.py::test_hive_empty_* fail nightly tests #4883

tgravescs opened this issue Mar 1, 2022 · 1 comment · Fixed by #4890
Assignees
Labels
bug Something isn't working P0 Must have for release

Comments

@tgravescs
Copy link
Collaborator

Describe the bug
integration test are failing

FAILED ../../src/main/python/row-based_udf_test.py::test_hive_empty_simple_udf
FAILED ../../src/main/python/row-based_udf_test.py::test_hive_empty_generic_udf

with

pyspark.sql.utils.AnalysisException: Can not load class 'com.nvidia.spark.rapids.tests.udf.hive.EmptyHiveGenericUDF' when registering the function 'emptygeneric', please make sure it is on the classpath;�[0m

@tgravescs tgravescs added bug Something isn't working ? - Needs Triage Need team to review and classify labels Mar 1, 2022
@sameerz sameerz removed the ? - Needs Triage Need team to review and classify label Mar 1, 2022
@sameerz sameerz added the P0 Must have for release label Mar 1, 2022
@NvTimLiu
Copy link
Collaborator

NvTimLiu commented Mar 2, 2022

Need to add integration-test-sparkxxxtests.jar into the classpath for the integration tests.

I'm working on it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working P0 Must have for release
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants