cloud-fan commented on code in PR #41949:
URL: https://github.com/apache/spark/pull/41949#discussion_r1266130048
##########
sql/core/src/test/scala/org/apache/spark/sql/execution/debug/DebuggingSuite.scala:
##########
@@ -149,3 +151,8 @@ class DebuggingSuite extends DebuggingSuiteBase with
DisableAdaptiveExecutionSui
}
class DebuggingSuiteAE extends DebuggingSuiteBase with
EnableAdaptiveExecutionSuite
+
+class DebuggingSuiteWithPartitionEvaluator extends DebuggingSuiteBase {
Review Comment:
The evaluator is actually tested anyway, and we can test
`mapPartitionsWithEvaluator` after we decide to use it by default.
--
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]