davidm-db commented on code in PR #47404:
URL: https://github.com/apache/spark/pull/47404#discussion_r1683078491


##########
common/utils/src/main/resources/error/error-conditions.json:
##########
@@ -2941,6 +2941,23 @@
     ],
     "sqlState" : "22029"
   },
+  "INVALID_VARIABLE_DECLARATION": {
+    "message" : [
+      "Invalid variable declaration."

Review Comment:
   note for other reviewers, we have agreed offline to add `varName` and 
`lineNumber` parameters to the error message.
   
   @momcilomrk-db Resolve this comment once it's added.



-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to