dusantism-db commented on code in PR #47756: URL: https://github.com/apache/spark/pull/47756#discussion_r1750359733
########## sql/core/src/main/scala/org/apache/spark/sql/scripting/SqlScriptingExecutionNode.scala: ########## @@ -405,6 +405,80 @@ class WhileStatementExec( } } +/** + * Executable node for RepeatStatement. + * @param condition Executable node for the condition. + * @param body Executable node for the body. Review Comment: Except for the type, not really. The body can be anything which extends `CompoundBodyExec` -- 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]
