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] failed AnsiCastShim build in datasbricks 11.3 runtime #8164

Closed
pxLi opened this issue Apr 21, 2023 · 1 comment · Fixed by #8169
Closed

[BUG] failed AnsiCastShim build in datasbricks 11.3 runtime #8164

pxLi opened this issue Apr 21, 2023 · 1 comment · Fixed by #8169
Assignees
Labels
bug Something isn't working build Related to CI / CD or cleanly building

Comments

@pxLi
Copy link
Member

pxLi commented Apr 21, 2023

Describe the bug
failed build in databricks 11.3 runtime (work fine in 10.4 runtime), related to #8102

[2023-04-21T05:28:00.608Z] [INFO] Compiling 378 Scala sources and 59 Java sources to /home/ubuntu/spark-rapids/sql-plugin/target/spark330db/classes...

[2023-04-21T05:28:18.626Z] [ERROR] /home/ubuntu/spark-rapids/sql-plugin/src/main/spark311/scala/com/nvidia/spark/rapids/shims/AnsiCastShim.scala:38: object AnsiCast is not a member of package org.apache.spark.sql.catalyst.expressions

[2023-04-21T05:28:18.626Z] [ERROR] import org.apache.spark.sql.catalyst.expressions.{AnsiCast, Cast, Expression}

[2023-04-21T05:28:18.626Z] [ERROR]        ^

[2023-04-21T05:28:18.626Z] [ERROR] /home/ubuntu/spark-rapids/sql-plugin/src/main/spark311/scala/com/nvidia/spark/rapids/shims/AnsiCastShim.scala:43: not found: type AnsiCast

[2023-04-21T05:28:18.626Z] [ERROR]     case _: AnsiCast => true

[2023-04-21T05:28:18.626Z] [ERROR]             ^

[2023-04-21T05:28:18.626Z] [ERROR] /home/ubuntu/spark-rapids/sql-plugin/src/main/spark311/scala/com/nvidia/spark/rapids/shims/AnsiCastShim.scala:38: Unused import

[2023-04-21T05:28:18.626Z] [ERROR] import org.apache.spark.sql.catalyst.expressions.{AnsiCast, Cast, Expression}

[2023-04-21T05:28:18.626Z] [ERROR]                                                   ^

[2023-04-21T05:28:18.626Z] [ERROR] three errors found

Steps/Code to reproduce bug
build w/ -Ddatabricks -Dbuildver=330db

Expected behavior
pass the build

@pxLi pxLi added bug Something isn't working ? - Needs Triage Need team to review and classify build Related to CI / CD or cleanly building labels Apr 21, 2023
@pxLi
Copy link
Member Author

pxLi commented Apr 21, 2023

cc @andygrove can you help check this one? thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working build Related to CI / CD or cleanly building
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants