You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2022/12/22 13:58:46 UTC

[GitHub] [spark] MaxGekk commented on a diff in pull request #39183: [WIP][SPARK-41666][PYTHON] Support parameterized SQL by `sql()`

MaxGekk commented on code in PR #39183:
URL: https://github.com/apache/spark/pull/39183#discussion_r1055488215


##########
core/src/main/resources/error/error-classes.json:
##########
@@ -813,7 +813,7 @@
   },
   "INVALID_SQL_ARG" : {
     "message" : [
-      "The argument <name> of `sql()` is invalid. Consider to replace it by a SQL literal statement."
+      "The argument <name> of `sql()` is invalid. Consider to replace it by a SQL literal."

Review Comment:
   I have changed this to address the review comment at https://github.com/apache/spark/pull/38864#discussion_r1051850290



-- 
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-unsubscribe@spark.apache.org

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


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