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

Use mvn -f scala2.13/ in the build scripts to build the 2.13 jars #11608

Merged
merged 1 commit into from
Oct 16, 2024

Conversation

NvTimLiu
Copy link
Collaborator

@NvTimLiu NvTimLiu commented Oct 15, 2024

To fix: #11444

Change to use ' maven -f scala2.13/' in our build scripts/docs/CICD instead 'cd scala2.13/' to builds 2.13 jars

@NvTimLiu NvTimLiu added documentation Improvements or additions to documentation build Related to CI / CD or cleanly building labels Oct 15, 2024
@NvTimLiu NvTimLiu self-assigned this Oct 15, 2024
@NvTimLiu
Copy link
Collaborator Author

build

@NvTimLiu
Copy link
Collaborator Author

NvTimLiu commented Oct 15, 2024

Build FAILED on spark440 shim;

[INFO] compiling 472 Scala sources and 58 Java sources to /home/runner/work/spark-rapids/spark-rapids/scala2.13/sql-plugin/target/spark400/classes ...

Error: ] /home/runner/work/spark-rapids/spark-rapids/sql-plugin/src/main/spark332db/scala/org/apache/spark/sql/rapids/shims/GpuDataSource.scala:126: 

value cannotSaveIntervalIntoExternalStorageError is not a member of object 

org.apache.spark.sql.errors.QueryCompilationErrors

Error: [ERROR] one error found

@jlowe
Copy link
Member

jlowe commented Oct 15, 2024

Build FAILED on spark440 shim

Note that this is not blocking for this PR, as spark400 shim is a snapshot shim.

@NvTimLiu NvTimLiu merged commit ed4c878 into NVIDIA:branch-24.12 Oct 16, 2024
45 of 46 checks passed
@NvTimLiu NvTimLiu deleted the scala213-build-script branch October 16, 2024 01:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Related to CI / CD or cleanly building documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reconsider using cd in shell scripts if avoidable
3 participants