chirag-s-db commented on code in PR #53098:
URL: https://github.com/apache/spark/pull/53098#discussion_r2535810862
##########
sql/core/src/test/scala/org/apache/spark/sql/execution/exchange/EnsureRequirementsSuite.scala:
##########
@@ -45,6 +46,17 @@ class EnsureRequirementsSuite extends SharedSparkSession {
private val EnsureRequirements = new EnsureRequirements()
+ /** Helper to add dummy BatchScanExec child to a dummy plan (to ensure SPJ
can kick in). */
Review Comment:
Can't be a case class (no case-to-case inheritance), but we can just do a
normal class
--
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]