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
Two of these tests (test_broadcast_hash_join_fix_fallback_by_inputfile, and test_broadcast_nested_join_fix_fallback_by_inputfile) seem to be failing with the same missing gpuDecodeTime metric:
E Caused by: java.util.NoSuchElementException: key not found: gpuDecodeTime
E at scala.collection.immutable.Map$EmptyMap$.apply(Map.scala:243)
E at scala.collection.immutable.Map$EmptyMap$.apply(Map.scala:239)
E at com.nvidia.spark.rapids.OrcTableReader.next(GpuOrcScan.scala:2884)
E at com.nvidia.spark.rapids.OrcTableReader.next(GpuOrcScan.scala:2859)
This comes from the ORC file reader.
The rest of the tests seem to run fine, when ANSI mode is disabled.
The text was updated successfully, but these errors were encountered: