lsm1 commented on code in PR #5591:
URL: https://github.com/apache/kyuubi/pull/5591#discussion_r1420271398
##########
externals/kyuubi-spark-sql-engine/src/main/scala/org/apache/kyuubi/engine/spark/session/SparkSQLSessionManager.scala:
##########
@@ -184,6 +186,12 @@ class SparkSQLSessionManager private (name: String, spark:
SparkSession)
info("Session stopped due to shared level is Connection.")
stopSession()
}
+ if (conf.get(OPERATION_RESULT_SAVE_TO_FILE)) {
Review Comment:
There is no simple way to determine whether the session has executed
`ExecuteStatement`
--
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]