spark-rapids icon indicating copy to clipboard operation
spark-rapids copied to clipboard

[BUG] Spark 3.4 build fails - not enough arguments for method invalidElementAtIndexError

Open tgravescs opened this issue 2 years ago • 0 comments

Describe the bug https://issues.apache.org/jira/browse/SPARK-39434 changed the interface to invalidElementAtIndexError.

See the pull request: https://github.com/apache/spark/pull/36826

This causes our build to fail: sql-plugin/src/main/330+/scala/org/apache/spark/sql/rapids/shims/RapidsErrorUtils.scala:27: not enough arguments for method invalidElementAtIndexError: (index: Int, numElements: Int, context: String)ArrayIndexOutOfBoundsException.

tgravescs avatar Jun 13 '22 18:06 tgravescs