maropu commented on a change in pull request #30332:
URL: https://github.com/apache/spark/pull/30332#discussion_r521715595
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/execution/SparkSqlParserSuite.scala
##########
@@ -103,8 +103,8 @@ class SparkSqlParserSuite extends AnalysisTest {
SetCommand(Some("spark.sql. key" -> Some("-1"))))
val expectedErrMsg = "Expected format is 'SET', 'SET key', or " +
- "'SET key=value'. If you want to include special characters in key, " +
- "please use quotes, e.g., SET `ke y`=value."
+ "'SET key=value'. If you want to include special characters in key or
semicolon is value," +
+ " please use quotes, e.g., SET `ke y`=`value`."
Review comment:
nit: could you move the leading space into the previous line?
----------------------------------------------------------------
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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]