cloud-fan commented on code in PR #49006:
URL: https://github.com/apache/spark/pull/49006#discussion_r1884283919
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/SqlScriptingLogicalPlans.scala:
##########
@@ -65,13 +65,14 @@ case class SingleStatement(parsedPlan: LogicalPlan)
*/
case class CompoundBody(
collection: Seq[CompoundPlanStatement],
- label: Option[String]) extends Command with CompoundPlanStatement {
+ label: Option[String],
+ isScope: Boolean) extends Command with CompoundPlanStatement {
Review Comment:
let's add parameter doc for this new parameter.
--
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]