allisonwang-db commented on code in PR #53390:
URL: https://github.com/apache/spark/pull/53390#discussion_r2624416286
##########
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/parser/PlanParserSuite.scala:
##########
@@ -1395,7 +1395,7 @@ class PlanParserSuite extends AnalysisTest {
checkError(
exception = parseException(sql2),
condition = "PARSE_SYNTAX_ERROR",
- parameters = Map("error" -> "'IN'", "hint" -> ""))
+ parameters = Map("error" -> "'INTO'", "hint" -> ""))
Review Comment:
What's the error message before and after this change for this test case?
--
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]