cloud-fan commented on code in PR #41949:
URL: https://github.com/apache/spark/pull/41949#discussion_r1266129466
##########
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:
After more thought, it seems confusing if we have partition evaluator tests
here and there randomly. Maybe it's better to make a rule that we don't add
extra tests for partition evaluators.
--
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]