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
Describe the bug
Below unit test(scala test) is failing on Spark-4.0 in GpuBringBackToHostSuite.
- doExecuteColumnar returns a columnar batch with a valid numRows *** FAILED ***
java.lang.IllegalArgumentException: Part of the plan is not columnar class org.apache.spark.sql.execution.aggregate.HashAggregateExec
HashAggregate(keys=[], functions=[count(1)], output=[count#11L])
+- Exchange SinglePartition, ENSURE_REQUIREMENTS, [plan_id=56]
+- HashAggregate(keys=[], functions=[partial_count(1)], output=[count#19L])
+- GpuColumnarToRow false
+- GpuProject [loreId=0]
+- GpuRowToColumnar targetsize(1073741824)
+- Scan ExistingRDD[ints#6,longs#7L,doubles#8,strings#9,decimals#10]
at com.nvidia.spark.rapids.GpuTransitionOverrides.assertIsOnTheGpu(GpuTransitionOverrides.scala:671)
at com.nvidia.spark.rapids.GpuTransitionOverrides.$anonfun$apply$3(GpuTransitionOverrides.scala:819)
Have to check if disabling ANSI mode fixes the test in the short term.
Describe the bug
Below unit test(scala test) is failing on Spark-4.0 in GpuBringBackToHostSuite.
Have to check if disabling ANSI mode fixes the test in the short term.
Steps/Code to reproduce bug
Expected behavior
Test must either pass or skip with valid reason in the test suite.
The text was updated successfully, but these errors were encountered: