NVIDIA / spark-rapids

Spark RAPIDS plugin - accelerate Apache Spark with GPUs
https://nvidia.github.io/spark-rapids
Apache License 2.0
783 stars 228 forks source link

Opcode Suite fails for Scala 2.13.8+ #11174

Open razajafri opened 1 month ago

razajafri commented 1 month ago

The Opcode tests in OpcodeSuite.scala fail when using scala.version 2.13.8+ with the following exception

- IFNONNULL opcode *** FAILED ***
  [,z,] did not equal [,z,z] (OpcodeSuite.scala:62)

We need to add support for it in the udf-compiler.

mattahrens commented 1 month ago

@abellina can you triage this issue to understand the potential fix needed?