wypoon commented on code in PR #36585:
URL: https://github.com/apache/spark/pull/36585#discussion_r875345718
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/errors/QueryParsingErrors.scala:
##########
@@ -392,10 +390,9 @@ object QueryParsingErrors extends QueryErrorsBase {
def unexpectedFormatForResetConfigurationError(ctx:
ResetConfigurationContext): Throwable = {
new ParseException(
- s"""
- |Expected format is 'RESET' or 'RESET key'. If you want to include
special characters
- |in key, please use quotes, e.g., RESET `ke y`.
- """.stripMargin.replaceAll("\n", " "), ctx)
Review Comment:
Besides the typo in "key", this way of formatting causes an extraneous space
at the beginning and 8 extraneous spaces at the end.
--
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]