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

Databricks Build Failing For 330db+ #9681

Closed
razajafri opened this issue Nov 13, 2023 · 1 comment
Closed

Databricks Build Failing For 330db+ #9681

razajafri opened this issue Nov 13, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@razajafri
Copy link
Collaborator

The build is failing with the following exception


[2023-11-13T17:56:49.589Z] [WARNING] Pruning sources from previous analysis, due to incompatible CompileSetup.

[2023-11-13T17:56:49.589Z] [INFO] Compiling 426 Scala sources and 58 Java sources to /home/ubuntu/spark-rapids/sql-plugin/target/spark330db/classes...

[2023-11-13T17:57:11.598Z] [ERROR] /home/ubuntu/spark-rapids/sql-plugin/src/main/spark330db/scala/org/apache/spark/sql/rapids/execution/GpuBroadcastNestedLoopJoinExec.scala:101: not enough arguments for constructor GpuBroadcastNestedLoopJoinExecBase: (left: org.apache.spark.sql.execution.SparkPlan, right: org.apache.spark.sql.execution.SparkPlan, joinType: org.apache.spark.sql.catalyst.plans.JoinType, gpuBuildSide: com.nvidia.spark.rapids.GpuBuildSide, condition: Option[org.apache.spark.sql.catalyst.expressions.Expression], postBuildCondition: List[org.apache.spark.sql.catalyst.expressions.NamedExpression], targetSizeBytes: Long)org.apache.spark.sql.rapids.execution.GpuBroadcastNestedLoopJoinExecBase.

[2023-11-13T17:57:11.599Z] Unspecified value parameter targetSizeBytes.

[2023-11-13T17:57:11.599Z] [ERROR]     executorBroadcast: Boolean) extends GpuBroadcastNestedLoopJoinExecBase(

[2023-11-13T17:57:11.599Z] [ERROR]                                         ^

[2023-11-13T17:57:11.599Z] [ERROR] one error found

This is due to the recent changes that were made in #9635

@jlowe
Copy link
Member

jlowe commented Nov 14, 2023

Fixed by #9695

@jlowe jlowe closed this as completed Nov 14, 2023
@sameerz sameerz removed the ? - Needs Triage Need team to review and classify label Dec 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment