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 2020/11/11 10:32:21 UTC

[GitHub] [spark] yaooqinn commented on a change in pull request #30332: [SPARK-33419][SQL] Unexpected behavior when using SET commands before a query in SparkSession.sql

yaooqinn commented on a change in pull request #30332:
URL: https://github.com/apache/spark/pull/30332#discussion_r521263503



##########
File path: sql/catalyst/src/main/antlr4/org/apache/spark/sql/catalyst/parser/SqlBase.g4
##########
@@ -257,6 +259,14 @@ configKey
     : quotedIdentifier
     ;
 
+configValue
+    : quotedIdentifier
+    ;
+
+anything

Review comment:
       This is need for https://github.com/apache/spark/pull/30332/files#diff-52c70b37bde4ed4abb96887207dd6aa45a1785be1d31013203800c97592e580bR251




----------------------------------------------------------------
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.

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