cloud-fan commented on code in PR #47973:
URL: https://github.com/apache/spark/pull/47973#discussion_r1743858870


##########
sql/core/src/main/scala/org/apache/spark/sql/scripting/SqlScriptingExecutionNode.scala:
##########
@@ -326,3 +371,13 @@ class WhileStatementExec(
     body.reset()
   }
 }
+
+class LeaveStatementExec(val label: String) extends LeafStatementExec {
+  var hasBeenMatched: Boolean = false

Review Comment:
   can we add some code comments to explain how this flag will be used?



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