You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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
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+
The text was updated successfully, but these errors were encountered: