HyukjinKwon commented on a change in pull request #31480:
URL: https://github.com/apache/spark/pull/31480#discussion_r571518815



##########
File path: core/src/test/scala/org/apache/spark/rdd/RDDSuite.scala
##########
@@ -860,6 +860,32 @@ class RDDSuite extends SparkFunSuite with 
SharedSparkContext with Eventually {
     assert(partitions(1) === Seq((1, 3), (3, 8), (3, 8)))
   }
 
+  test("repartitionAndSortWithinPartitions without shuffle") {

Review comment:
       I would add a JIRA prefix here in the test title.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to