wForget commented on a change in pull request #2230:
URL: https://github.com/apache/incubator-kyuubi/pull/2230#discussion_r836009732



##########
File path: 
externals/kyuubi-spark-sql-engine/src/main/scala/org/apache/kyuubi/engine/spark/SparkSQLEngine.scala
##########
@@ -195,8 +196,11 @@ object SparkSQLEngine extends Logging {
         s" and submitted at $submitTime.")
     } else {
       var spark: SparkSession = null
+      val checkFlag = new AtomicBoolean(false)

Review comment:
       > we can define it as global, and the name should be refine, maybe like 
`sparkSessionCreated`
   
   thanks, i will do that




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