zecookiez commented on code in PR #50123: URL: https://github.com/apache/spark/pull/50123#discussion_r1978199770
########## sql/core/src/test/scala/org/apache/spark/sql/execution/streaming/state/StateStoreCoordinatorSuite.scala: ########## @@ -102,7 +103,7 @@ class StateStoreCoordinatorSuite extends SparkFunSuite with SharedSparkContext { test("multiple references have same underlying coordinator") { withCoordinatorRef(sc) { coordRef1 => - val coordRef2 = StateStoreCoordinatorRef.forDriver(sc.env) + val coordRef2 = StateStoreCoordinatorRef.forDriver(sc.env, new SQLConf) Review Comment: Unrelated test to these changes but it just needed a new SQLConf passed in. I think the context of this test is to verify multiple coordinator refs point to the same coordinator -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org