We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Below unit test(scala test) is failing on Spark-4.0 in DecimalBinaryOpSuite:
- should not insert sort because of missing GpuDataWritingCommandExec *** FAILED *** java.lang.IllegalArgumentException: Part of the plan is not columnar class org.apache.spark.sql.execution.aggregate.HashAggregateExec HashAggregate(keys=[_groupingexpression#168], functions=[count(1)], output=[(a + 1)#166, count(1)#167L]) +- Exchange hashpartitioning(_groupingexpression#168, 200), ENSURE_REQUIREMENTS, [plan_id=444] +- HashAggregate(keys=[_groupingexpression#168], functions=[partial_count(1)], output=[_groupingexpression#168, count#170L]) +- GpuColumnarToRow false +- GpuHashAggregate (keys=[a#162], functions=[], output=[_groupingexpression#168]) [loreId=2] +- GpuShuffleCoalesce 1073741824 +- GpuColumnarExchange gpuhashpartitioning(a#162, 200), ENSURE_REQUIREMENTS, [plan_id=439], [loreId=1] +- GpuHashAggregate (keys=[a#162], functions=[], output=[a#162]) [loreId=0] +- GpuRowToColumnar targetsize(1073741824) +- LocalTableScan [a#162] at com.nvidia.spark.rapids.GpuTransitionOverrides.assertIsOnTheGpu(GpuTransitionOverrides.scala:671)
Disabling ANSI mode would fix this test failure in the short term.
Steps/Code to reproduce bug
mvn package -f scala2.13/pom.xml -pl tests -am -Dbuildver=400 -Dsuffixes=".*HashSortOptimizeSuite"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Below unit test(scala test) is failing on Spark-4.0 in DecimalBinaryOpSuite:
Disabling ANSI mode would fix this test failure in the short term.
Steps/Code to reproduce bug
The text was updated successfully, but these errors were encountered: