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] Fix spark400 build due to writeWithV1 return value change #11741

Closed
gerashegalov opened this issue Nov 20, 2024 · 0 comments · Fixed by #11739
Closed

[BUG] Fix spark400 build due to writeWithV1 return value change #11741

gerashegalov opened this issue Nov 20, 2024 · 0 comments · Fixed by #11739
Assignees
Labels
bug Something isn't working

Comments

@gerashegalov
Copy link
Collaborator

Describe the bug
spark400 build fails because of apache/spark@f1b68d8

[ERROR] [Error] /home/user/gits/NVIDIA/spark-rapids/sql-plugin/src/main/spark320/scala/com/nvidia/spark/rapids/v1FallbackWriters.scala:104: type mismatch;
 found   : Unit
 required: Seq[org.apache.spark.sql.catalyst.InternalRow]
[INFO] [Info] : Unit <: Seq[org.apache.spark.sql.catalyst.InternalRow]?
[INFO] [Info] : false
[ERROR] [Error] /home/user/gits/NVIDIA/spark-rapids/sql-plugin/src/main/spark320/scala/com/nvidia/spark/rapids/v1FallbackWriters.scala:102: local val writtenRows in method run is never used
Applicable -Wconf / @nowarn filters for this fatal warning: msg=<part of the message>, cat=unused-locals, site=com.nvidia.spark.rapids.GpuV1FallbackWriters.run.writtenRows
[ERROR] two errors found

Steps/Code to reproduce bug

$ JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64 mvnd clean package -pl sql-plugin  -Dbuildver=400 -f scala2.13 -am

Expected behavior
should build

Environment details (please complete the following information)
local

Additional context
Add any other context about the problem here.

@gerashegalov gerashegalov added ? - Needs Triage Need team to review and classify bug Something isn't working labels Nov 20, 2024
@sameerz sameerz removed the ? - Needs Triage Need team to review and classify label Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants