changgyoopark-db commented on code in PR #48034:
URL: https://github.com/apache/spark/pull/48034#discussion_r1751600547
##########
sql/connect/server/src/main/scala/org/apache/spark/sql/connect/service/SparkConnectExecutionManager.scala:
##########
@@ -61,6 +60,7 @@ private[connect] class SparkConnectExecutionManager() extends
Logging {
private var lastExecutionTimeMs: Option[Long] =
Some(System.currentTimeMillis())
Review Comment:
@juliuszsompolski While reviewing my own change, I noticed that
lastExecutionTimeMs is never used in the code. Is this dead code? If so, can I
just remove it in this PR?
--
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]