cloud-fan commented on a change in pull request #32815:
URL: https://github.com/apache/spark/pull/32815#discussion_r647996426
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/execution/exchange/EnsureRequirementsSuite.scala
##########
@@ -119,4 +120,18 @@ class EnsureRequirementsSuite extends SharedSparkSession {
case other => fail(other.toString)
}
}
+
+ test("SPARK-35675: EnsureRequirements remove shuffle should respect
PartitioningCollection") {
+ val local = spark
+ import local.implicits._
Review comment:
nit: usually we do `import testImplicits.*`
--
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]