srielau commented on code in PR #40474:
URL: https://github.com/apache/spark/pull/40474#discussion_r1254632343
##########
sql/core/src/main/scala/org/apache/spark/sql/execution/command/variables.scala:
##########
@@ -119,13 +116,45 @@ case class DropVariableCommand(
/**
* This command is for setting a SQL variable.
*/
-case class SetVariableCommand(identifier: VariableIdentifier,
- newExpr: String) extends LeafRunnableCommand {
+case class SetVariableCommand(identifierList: Seq[VariableIdentifier],
Review Comment:
Not a native speaker, but I think singular is correct here: List Of
Identifiers but identifierList.
--
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]