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] spark330+ build error due to SPARK-37463 #5065

Closed
pxLi opened this issue Mar 28, 2022 · 0 comments · Fixed by #5066
Closed

[BUG] spark330+ build error due to SPARK-37463 #5065

pxLi opened this issue Mar 28, 2022 · 0 comments · Fixed by #5066
Assignees
Labels
bug Something isn't working

Comments

@pxLi
Copy link
Collaborator

pxLi commented Mar 28, 2022

Describe the bug
related to apache/spark#34984, naming changed

orcTypeDescriptionString -> getOrcSchemaString

failed compiling spark330,

[](https://blossom.nvidia.com/sw-gpu-spark-jenkins/blue/organizations/jenkins/rapids_nightly-pre_release-github/detail/rapids_nightly-pre_release-github/359/pipeline#step-33-log-880)[](https://blossom.nvidia.com/sw-gpu-spark-jenkins/blue/organizations/jenkins/rapids_nightly-pre_release-github/detail/rapids_nightly-pre_release-github/359/pipeline#step-33-log-881)[](https://blossom.nvidia.com/sw-gpu-spark-jenkins/blue/organizations/jenkins/rapids_nightly-pre_release-github/detail/rapids_nightly-pre_release-github/359/pipeline#step-33-log-882)[](https://blossom.nvidia.com/sw-gpu-spark-jenkins/blue/organizations/jenkins/rapids_nightly-pre_release-github/detail/rapids_nightly-pre_release-github/359/pipeline#step-33-log-883)[](https://blossom.nvidia.com/sw-gpu-spark-jenkins/blue/organizations/jenkins/rapids_nightly-pre_release-github/detail/rapids_nightly-pre_release-github/359/pipeline#step-33-log-884)[](https://blossom.nvidia.com/sw-gpu-spark-jenkins/blue/organizations/jenkins/rapids_nightly-pre_release-github/detail/rapids_nightly-pre_release-github/359/pipeline#step-33-log-885)[](https://blossom.nvidia.com/sw-gpu-spark-jenkins/blue/organizations/jenkins/rapids_nightly-pre_release-github/detail/rapids_nightly-pre_release-github/359/pipeline#step-33-log-886)[2022-03-27T06:46:53.385Z] [INFO] --- scala-maven-plugin:4.3.0:compile (scala-compile-first) @ rapids-4-spark-sql_2.12 ---

[2022-03-27T06:46:55.282Z] [INFO] Using incremental compilation using Mixed compile order

[2022-03-27T06:46:55.282Z] [INFO] Compiler bridge file: /root/.sbt/1.0/zinc/org.scala-sbt/org.scala-sbt-compiler-bridge_2.12-1.3.1-bin_2.12.15__52.0-1.3.1_20191012T045515.jar

[2022-03-27T06:46:56.653Z] [INFO] Compiling 272 Scala sources and 29 Java sources to /home/jenkins/agent/workspace/jenkins-rapids_nightly-pre_release-github-359/sql-plugin/target/spark330/classes ...

[2022-03-27T06:47:06.598Z] [ERROR] [Error] /home/jenkins/agent/workspace/jenkins-rapids_nightly-pre_release-github-359/sql-plugin/src/main/scala/com/nvidia/spark/rapids/GpuOrcScanBase.scala:933: value orcTypeDescriptionString is not a member of object org.apache.spark.sql.execution.datasources.orc.OrcUtils

[2022-03-27T06:47:06.598Z] [ERROR] [Error] /home/jenkins/agent/workspace/jenkins-rapids_nightly-pre_release-github-359/sql-plugin/src/main/scala/com/nvidia/spark/rapids/GpuOrcScanBase.scala:935: value orcTypeDescriptionString is not a member of object org.apache.spark.sql.execution.datasources.orc.OrcUtils

[2022-03-27T06:47:11.849Z] [ERROR] [Error] /home/jenkins/agent/workspace/jenkins-rapids_nightly-pre_release-github-359/sql-plugin/src/main/scala/org/apache/spark/sql/rapids/GpuOrcFileFormat.scala:132: value orcTypeDescriptionString is not a member of object org.apache.spark.sql.execution.datasources.orc.OrcUtils

[2022-03-27T06:47:12.785Z] [ERROR] three errors found
@pxLi pxLi added the bug Something isn't working label Mar 28, 2022
@wbo4958 wbo4958 self-assigned this Mar 28, 2022
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.

2 participants