mbutrovich commented on code in PR #2573:
URL: https://github.com/apache/datafusion-comet/pull/2573#discussion_r2429947114
##########
spark/src/test/scala/org/apache/comet/exec/CometColumnarShuffleSuite.scala:
##########
@@ -469,8 +493,7 @@ abstract class CometColumnarShuffleSuite extends
CometTestBase with AdaptiveSpar
.repartition(numPartitions, $"_1", $"_2")
.sortWithinPartitions($"_1")
- // Nested array fallback to Spark shuffle for now
- checkShuffleAnswer(df, 0)
+ checkShuffleAnswer(df, 1)
Review Comment:
This one doesn't fall back on Spark 4.0 (no `mapsort`) so I don't need the
guard on this one.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]