We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Describe the bug CI found an issue with the GPUBasePythonRunner where it is not passing the metrics parameter to the parent class BasePythonRunner.
Steps/Code to reproduce bug Build the image for spark 4.0
[2024-12-19T16:52:14.524Z] [INFO] --- scala-maven-plugin:4.9.1:compile (scala-compile-first) @ rapids-4-spark-sql_2.13 --- [2024-12-19T16:52:14.779Z] [INFO] Compiler bridge file: /home/jenkins/agent/workspace/jenkins-rapids_scala213_nightly-dev-github-345/scala2.13/target/spark400/.sbt/1.0/zinc/org.scala-sbt/org.scala-sbt-compiler-bridge_2.13-1.10.0-bin_2.13.14__61.0-1.10.0_20240505T232140.jar [2024-12-19T16:52:41.249Z] [INFO] compiling 479 Scala sources and 58 Java sources to /home/jenkins/agent/workspace/jenkins-rapids_scala213_nightly-dev-github-345/scala2.13/sql-plugin/target/spark400/classes ... [2024-12-19T16:52:41.250Z] [ERROR] [Error] /home/jenkins/agent/workspace/jenkins-rapids_scala213_nightly-dev-github-345/sql-plugin/src/main/spark341db/scala/org/apache/spark/sql/rapids/execution/python/shims/GpuBasePythonRunner.scala:36: not enough arguments for constructor BasePythonRunner: (funcs: Seq[org.apache.spark.api.python.ChainedPythonFunctions], evalType: Int, argOffsets: Array[Array[Int]], jobArtifactUUID: Option[String], metrics: Map[String,org.apache.spark.util.AccumulatorV2[Long,Long]]): org.apache.spark.api.python.BasePythonRunner[IN,org.apache.spark.sql.vectorized.ColumnarBatch]. [2024-12-19T16:52:41.250Z] Unspecified value parameter metrics.
The text was updated successfully, but these errors were encountered:
It will come up in the audit for apache/spark@2b1369b
Sorry, something went wrong.
firestarman
Successfully merging a pull request may close this issue.
Describe the bug
CI found an issue with the GPUBasePythonRunner where it is not passing the metrics parameter to the parent class BasePythonRunner.
Steps/Code to reproduce bug
Build the image for spark 4.0
The text was updated successfully, but these errors were encountered: