DB builds in premerge are failing due to the following error.
[2025-10-14T07:45:29.309Z] [INFO] Compiler bridge file: /home/ubuntu/spark-rapids/target/spark341db/.sbt/1.0/zinc/org.scala-sbt/org.scala-sbt-compiler-bridge_2.12-1.10.0-bin_2.12.15__52.0-1.10.0_20240505T232140.jar
[2025-10-14T07:45:47.385Z] [INFO] compiling 523 Scala sources and 35 Java sources to /home/ubuntu/spark-rapids/sql-plugin/target/spark341db/classes ...
[2025-10-14T07:45:47.385Z] [ERROR] [Error] /home/ubuntu/spark-rapids/sql-plugin/src/main/spark330db/scala/org/apache/spark/sql/rapids/execution/GpuBroadcastHashJoinExec.scala:179: type mismatch;
[2025-10-14T07:45:47.385Z] found : String("executor broadcast join stream")
[2025-10-14T07:45:47.385Z] required: com.nvidia.spark.rapids.NvtxId
[2025-10-14T07:45:47.385Z] Error occurred in an application involving default arguments.
[2025-10-14T07:45:47.385Z] [ERROR] [Error] /home/ubuntu/spark-rapids/sql-plugin/src/main/spark330db/scala/org/apache/spark/sql/rapids/execution/GpuBroadcastHashJoinExec.scala:182: type mismatch;
[2025-10-14T07:45:47.385Z] found : Any
[2025-10-14T07:45:47.385Z] required: org.apache.spark.sql.vectorized.ColumnarBatch
[2025-10-14T07:45:47.385Z] Error occurred in an application involving default arguments.
[2025-10-14T07:45:47.385Z] [ERROR] [Error] /home/ubuntu/spark-rapids/sql-plugin/src/main/spark330db/scala/org/apache/spark/sql/rapids/execution/GpuBroadcastHashJoinExec.scala:182: type mismatch;
[2025-10-14T07:45:47.385Z] found : Any
[2025-10-14T07:45:47.385Z] required: Iterator[org.apache.spark.sql.vectorized.ColumnarBatch]
[2025-10-14T07:45:47.385Z] Error occurred in an application involving default arguments.
[2025-10-14T07:45:47.385Z] [ERROR] three errors found
[2025-10-14T07:45:47.385Z] [INFO] ------------------------------------------------------------------------
[2025-10-14T07:45:47.385Z] [INFO] Reactor Summary for RAPIDS Accelerator for Apache Spark Root Project 25.12.0-SNAPSHOT:
This is likely to be related to #12900 .
DB builds in premerge are failing due to the following error.
This is likely to be related to #12900 .