cloud-fan commented on code in PR #52638:
URL: https://github.com/apache/spark/pull/52638#discussion_r2473800596
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/parser/AstBuilder.scala:
##########
@@ -3635,6 +3650,25 @@ class AstBuilder extends DataTypeAstBuilder
}
}
+ /**
+ * Visits a stringLit context and returns all singleStringLit tokens as an
array.
+ *
+ * Returns all tokens without pre-processing. The caller is responsible for
applying
+ * config-aware escape processing and concatenation.
+ */
+ override def visitStringLit(ctx: StringLitContext): Array[Token] = {
Review Comment:
This override seems unnecessary, as it changes nothing from the parent
implementation.
--
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]