uros-b commented on code in PR #57603:
URL: https://github.com/apache/spark/pull/57603#discussion_r3667453333


##########
sql/core/src/test/scala/org/apache/spark/sql/execution/ProjectedOrderingAndPartitioningSuite.scala:
##########
@@ -31,6 +32,8 @@ class ProjectedOrderingAndPartitioningSuite
   extends SharedSparkSession with AdaptiveSparkPlanHelper {
   import testImplicits._
 
+  setupTestData()

Review Comment:
   I think we should avoid calling this at the class-body level, because it's 
not needed in many tests. Let's please scope the registration just to the four 
new tests instead.



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

Reply via email to