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] Spark-4.0: Tests failures in AdaptiveQueryExecSuite #12006

Open
Tracked by #12001
nartal1 opened this issue Jan 23, 2025 · 0 comments
Open
Tracked by #12001

[BUG] Spark-4.0: Tests failures in AdaptiveQueryExecSuite #12006

nartal1 opened this issue Jan 23, 2025 · 0 comments
Labels
bug Something isn't working Spark 4.0+ Spark 4.0+ issues test Only impacts tests

Comments

@nartal1
Copy link
Collaborator

nartal1 commented Jan 23, 2025

Describe the bug
Below unit tests(scala tests) are failing in AdaptiveQueryExecSuite

1. - Change merge join to broadcast join without local shuffle reader *** FAILED ***
  org.apache.spark.SparkException: Job aborted due to stage failure: Task 0 in stage 121.0 failed 1 times, most recent failure: Lost task 0.0 in stage 121.0 (TID 214) (10.110.46.105 executor driver): com.nvidia.spark.rapids.jni.CastException: Error casting data on row 0: z
	at com.nvidia.spark.rapids.jni.CastStrings.toInteger(Native Method)
	at com.nvidia.spark.rapids.jni.CastStrings.toInteger(CastStrings.java:50)

2. - SPARK-35585: Support propagate empty relation through project/filter *** FAILED ***
  java.lang.IllegalArgumentException: Part of the plan is not columnar class org.apache.spark.sql.execution.EmptyRelationExec
EmptyRelation [plan_id=6851]
+- Project [key#372]
   +- EmptyRelation Sort [key#372 ASC NULLS FIRST, value#373 ASC NULLS FIRST], true
  at com.nvidia.spark.rapids.GpuTransitionOverrides.assertIsOnTheGpu(GpuTransitionOverrides.scala:671)

Steps/Code to reproduce bug

mvn package -f scala2.13/pom.xml -pl tests -am -Dbuildver=400 -Dsuffixes=".*AdaptiveQueryExecSuite"
@nartal1 nartal1 added ? - Needs Triage Need team to review and classify bug Something isn't working Spark 4.0+ Spark 4.0+ issues test Only impacts tests labels Jan 23, 2025
@mattahrens mattahrens removed the ? - Needs Triage Need team to review and classify label Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Spark 4.0+ Spark 4.0+ issues test Only impacts tests
Projects
None yet
Development

No branches or pull requests

2 participants