sarutak commented on a change in pull request #31885:
URL: https://github.com/apache/spark/pull/31885#discussion_r597439871
##########
File path:
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/parser/ExpressionParserSuite.scala
##########
@@ -778,11 +778,11 @@ class ExpressionParserSuite extends AnalysisTest {
test("SPARK-17832 function identifier contains backtick") {
val complexName = FunctionIdentifier("`ba`r", Some("`fo`o"))
- assertEqual(complexName.quotedString, UnresolvedAttribute("`fo`o.`ba`r"))
+ assertEqual(complexName.quotedString,
UnresolvedAttribute("```fo``o`.```ba``r`"))
Review comment:
Thanks. I've done for here and the other place.
--
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]