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] Compile error for Spark330 because of Spark changed the method signature: QueryExecutionErrors.mapKeyNotExistError #5133

Closed
res-life opened this issue Apr 2, 2022 · 0 comments · Fixed by #5124
Assignees
Labels
audit_3.3.0 Audit related tasks for 3.3.0 bug Something isn't working

Comments

@res-life
Copy link
Collaborator

res-life commented Apr 2, 2022

Describe the bug

mvn clean install -Dbuildver=330 -DskipTests

[INFO] Compiling 267 Scala sources and 29 Java sources to /home/chong/code/2-spark-rapids/sql-plugin/target/spark330/classes ...
[ERROR] [Error] /home/chong/code/2-spark-rapids/sql-plugin/src/main/330+/scala/com/nvidia/spark/rapids/shims/RapidsErrorUtils.scala:33: not enough arguments for method mapKeyNotExistError: (key: Any, isElementAtFunction: Boolean, context: String)NoSuchElementException.
Unspecified value parameter context.
[ERROR] one error found

Spark added a new parameter in QueryExecutionErrors.mapKeyNotExistError

Additional context
related to https://issues.apache.org/jira/browse/SPARK-38716 which affected 330+

@res-life res-life added bug Something isn't working ? - Needs Triage Need team to review and classify audit_3.3.0 Audit related tasks for 3.3.0 labels Apr 2, 2022
@res-life res-life self-assigned this Apr 2, 2022
@sameerz sameerz added this to the Apr 4 - Apr 15 milestone Apr 5, 2022
@sameerz sameerz removed the ? - Needs Triage Need team to review and classify label Apr 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
audit_3.3.0 Audit related tasks for 3.3.0 bug Something isn't working
Projects
None yet
2 participants