cloud-fan commented on code in PR #52765:
URL: https://github.com/apache/spark/pull/52765#discussion_r2518598940
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/parser/AstBuilder.scala:
##########
@@ -2972,8 +2991,11 @@ class AstBuilder extends DataTypeAstBuilder
}
} else {
// If the parser is not in ansi mode, we should return
`UnresolvedAttribute`, in case there
- // are columns named `CURRENT_DATE` or `CURRENT_TIMESTAMP` or
`CURRENT_TIME`
+ // are columns named `CURRENT_DATE` or `CURRENT_TIMESTAMP` or
`CURRENT_TIME`.
+ // scalastyle:off parser.gettext
Review Comment:
do we have this linter rule?
--
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]