cloud-fan commented on code in PR #52213:
URL: https://github.com/apache/spark/pull/52213#discussion_r2540290349
##########
sql/core/src/test/scala/org/apache/spark/sql/execution/adaptive/AdaptiveQueryExecSuite.scala:
##########
@@ -69,6 +69,18 @@ class AdaptiveQueryExecSuite
setupTestData()
+ protected override def beforeAll(): Unit = {
Review Comment:
nit: we can override `sparkConf` with
`super.sparkConf.set(CLASSIC_SHUFFLE_DEPENDENCY_FILE_CLEANUP_ENABLED, false)`
to have special config for this test suite
--
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]