davidm-db commented on code in PR #49427: URL: https://github.com/apache/spark/pull/49427#discussion_r1925099480
########## sql/core/src/main/scala/org/apache/spark/sql/scripting/SqlScriptingExecutionContext.scala: ########## @@ -27,7 +27,8 @@ import org.apache.spark.sql.scripting.SqlScriptingFrameType.SqlScriptingFrameTyp */ class SqlScriptingExecutionContext { // List of frames that are currently active. - val frames: ListBuffer[SqlScriptingExecutionFrame] = ListBuffer.empty + private[scripting] val frames: ListBuffer[SqlScriptingExecutionFrame] = ListBuffer.empty + private[scripting] var firstHandlerScope: Option[String] = None Review Comment: nit: `firstHandlerScopeLabel` -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org