wombatu-kun commented on code in PR #12675:
URL: https://github.com/apache/hudi/pull/12675#discussion_r1922991925


##########
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/hudi/functional/PartitionStatsIndexTestBase.scala:
##########
@@ -93,9 +86,10 @@ class PartitionStatsIndexTestBase extends 
HoodieSparkClientTestBase {
   @AfterEach
   override def tearDown(): Unit = {
     cleanupResources()
+    cleanupSparkContexts()

Review Comment:
   Can we define `BeforeEach` and `AfterEach` methods in parent class 
`HoodieStatsIndexTestBase`? (and commonOpts too?)



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

Reply via email to