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] Spark3.1 tpch failures #586

Closed
tgravescs opened this issue Aug 19, 2020 · 4 comments · Fixed by #1412
Closed

[BUG] Spark3.1 tpch failures #586

tgravescs opened this issue Aug 19, 2020 · 4 comments · Fixed by #1412
Assignees
Labels
bug Something isn't working P0 Must have for release Spark 3.1+ Bugs only related to Spark 3.1 or higher

Comments

@tgravescs
Copy link
Collaborator

Spark 3.1 integration test failures:

08:43:58 FAILED src/main/python/tpch_test.py::test_tpch_q16[conf0][ALLOW_NON_GPU(BroadcastNestedLoopJoinExec,Or,IsNull,EqualTo,AttributeReference,BroadcastExchangeExec)]
08:43:58 FAILED src/main/python/tpch_test.py::test_tpch_q16[conf1][ALLOW_NON_GPU(BroadcastNestedLoopJoinExec,Or,IsNull,EqualTo,AttributeReference,BroadcastExchangeExec)]
08:43:58 FAILED src/main/python/tpch_test.py::test_tpch_q17[conf0][APPROXIMATE_FLOAT]
08:43:58 FAILED src/main/python/tpch_test.py::test_tpch_q17[conf1][APPROXIMATE_FLOAT]
08:43:58 FAILED src/main/python/tpch_test.py::test_tpch_q18[conf0][INCOMPAT, APPROXIMATE_FLOAT, ALLOW_NON_GPU(TakeOrderedAndProjectExec,SortOrder,AttributeReference)]
08:43:58 FAILED src/main/python/tpch_test.py::test_tpch_q18[conf1][INCOMPAT, APPROXIMATE_FLOAT, ALLOW_NON_GPU(TakeOrderedAndProjectExec,SortOrder,AttributeReference)]
08:43:58 FAILED src/main/python/tpch_test.py::test_tpch_q20[conf0] - py4j.protocol.Py4...
08:43:58 FAILED src/main/python/tpch_test.py::test_tpch_q20[conf1] - py4j.protocol.Py4...

The issue is:
Caused by: java.io.InvalidClassException: org.apache.spark.sql.execution.joins.EmptyHashedRelation$; no valid constructor
08:43:58 E at java.io.ObjectStreamClass$ExceptionInfo.newInvalidClassException(ObjectStreamClass.java:169)

changed: apache/spark@c37357a

@tgravescs tgravescs added bug Something isn't working ? - Needs Triage Need team to review and classify labels Aug 19, 2020
@tgravescs
Copy link
Collaborator Author

Note you have to run this with a non-local mode cluster so that it actually does a broadcast.

@tgravescs
Copy link
Collaborator Author

Note that I have xfailed the tests for now under #588

@sameerz sameerz removed the ? - Needs Triage Need team to review and classify label Aug 25, 2020
@revans2 revans2 added the Spark 3.1+ Bugs only related to Spark 3.1 or higher label Oct 29, 2020
@sameerz sameerz added the P0 Must have for release label Nov 17, 2020
@kuhushukla kuhushukla self-assigned this Dec 4, 2020
@sameerz sameerz added this to the Dec 7 - Dec 18 milestone Dec 7, 2020
@kuhushukla
Copy link
Collaborator

I was unable to repro this failure on 3.1 with latest plugin. Will update here after further triaging.

@revans2
Copy link
Collaborator

revans2 commented Dec 17, 2020

This appears to be caused by a bug in Spark 3.1.0 that we didn't have time to track down. The latest 3.1.0-SNAPSHOT no longer fails.

tgravescs pushed a commit to tgravescs/spark-rapids that referenced this issue Nov 30, 2023
…IDIA#586)

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 P0 Must have for release Spark 3.1+ Bugs only related to Spark 3.1 or higher
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants