cloud-fan commented on code in PR #49427:
URL: https://github.com/apache/spark/pull/49427#discussion_r1938487857
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/SqlScriptingLogicalPlans.scala:
##########
@@ -64,11 +69,15 @@ case class SingleStatement(parsedPlan: LogicalPlan)
* for example when CompoundBody is inside loop or conditional
block.
* @param isScope Flag indicating if the CompoundBody is a labeled scope.
* Scopes are used for grouping local variables and exception
handlers.
+ * @param handlers Collection of error handlers that are defined within the
compound body.
+ * @param conditions Collection of conditions that are defined within the
compound body.
Review Comment:
```suggestion
* @param conditions Collection of error conditions that are defined within
the compound body.
```
--
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]