LuciferYang commented on code in PR #43526:
URL: https://github.com/apache/spark/pull/43526#discussion_r1402002175


##########
sql/core/src/test/scala/org/apache/spark/sql/streaming/StreamingJoinSuite.scala:
##########
@@ -541,7 +542,7 @@ class StreamingInnerJoinSuite extends StreamingJoinSuite {
         Utils.createDirectory(tempDir.getAbsolutePath, 
Random.nextFloat().toString).toString
       val stateInfo = StatefulOperatorStateInfo(path, queryId, opId, 0L, 5)
 
-      implicit val sqlContext = spark.sqlContext
+      implicit val sqlContext: SQLContext = spark.sqlContext
       val coordinatorRef = sqlContext.streams.stateStoreCoordinator

Review Comment:
   how about remove line 545 and change line 546 to 
   ```scala
   val coordinatorRef = spark.streams.stateStoreCoordinator
   ```



-- 
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]

Reply via email to