HyukjinKwon commented on code in PR #47815:
URL: https://github.com/apache/spark/pull/47815#discussion_r1746566200
##########
sql/core/src/main/scala/org/apache/spark/sql/execution/SQLExecution.scala:
##########
@@ -44,14 +44,17 @@ object SQLExecution extends Logging {
private def nextExecutionId: Long = _nextExecutionId.getAndIncrement
- private val executionIdToQueryExecution = new ConcurrentHashMap[Long,
QueryExecution]()
+ private[sql] val executionIdToQueryExecution = new ConcurrentHashMap[Long,
QueryExecution]()
Review Comment:
BTW, does this work streaming queries too? I am fine with doing it in a
followup but would like to make sure Spark Connect and Classic versions behave
the same.
--
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]