dongjoon-hyun commented on code in PR #42587:
URL: https://github.com/apache/spark/pull/42587#discussion_r1306588513
##########
sql/core/src/test/scala/org/apache/spark/sql/internal/ExecutorSideSQLConfSuite.scala:
##########
@@ -191,6 +191,52 @@ class ExecutorSideSQLConfSuite extends SparkFunSuite with
SQLTestUtils {
assert(checks2.forall(_.toSeq == Seq(true, true)))
}
}
+
+ test("SPARK-44897 propagate local properties to subquery broadcast
execuction thread") {
Review Comment:
Please remove the test case from the code, @ChenMichael . PR description
(with your reproducible instruction is enough).
--
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]