pan3793 commented on code in PR #58524:
URL: https://github.com/apache/spark/pull/58524#discussion_r3939722092
##########
sql/core/src/test/scala/org/apache/spark/sql/DynamicPartitionPruningSuite.scala:
##########
@@ -2680,6 +2680,70 @@ abstract class DynamicPartitionPruningV2FilterSuite
super.initState()
spark.conf.set("spark.sql.catalog.testcat",
classOf[InMemoryTableWithV2FilterCatalog].getName)
}
+
+ import testImplicits._
Review Comment:
Moved the import and helper into the shared DynamicPartitionPruningV2Suite.
--
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]