uros-b commented on code in PR #56662:
URL: https://github.com/apache/spark/pull/56662#discussion_r3452362020
##########
sql/pipelines/src/test/scala/org/apache/spark/sql/pipelines/graph/ConnectValidPipelineSuite.scala:
##########
@@ -561,4 +562,43 @@ class ConnectValidPipelineSuite extends PipelineTest with
SharedSparkSession {
s"Flow ${identifier.unquotedString} has the wrong schema"
)
}
+
+ test("per-flow confs are isolated to a per-flow session during analysis") {
Review Comment:
The new test runs single-threaded and verifies isolation/no-leak. That's a
good deterministic regression test, but it doesn't seem to exercise the
concurrent interleaving that motivated the change. Can we add some multi-flow
parallel tests as well?
--
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]