srielau commented on code in PR #45470:
URL: https://github.com/apache/spark/pull/45470#discussion_r1523389357
##########
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/parser/ErrorParserSuite.scala:
##########
@@ -39,6 +39,23 @@ class ErrorParserSuite extends AnalysisTest {
context = ExpectedContext(fragment = "order by q\ncluster by q", start =
16, stop = 38))
}
+ test("Illegal characters in unquoted identifier") {
+ // scalastyle:off
Review Comment:
Scalastyle complains about non-ASCII characters.
--
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]