cloud-fan commented on code in PR #43801:
URL: https://github.com/apache/spark/pull/43801#discussion_r1398653431
##########
sql/api/src/main/scala/org/apache/spark/sql/catalyst/util/QuotingUtils.scala:
##########
@@ -71,4 +71,17 @@ object QuotingUtils {
builder.toString()
}
+
+ def escapeSpecialChar(str: String): String = {
Review Comment:
shall we put this function in `V2ExpressionSQLBuilder`? Maybe some dialects
want to override it as they have more special chars.
--
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]