zhengruifeng commented on code in PR #41561:
URL: https://github.com/apache/spark/pull/41561#discussion_r1233210032
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/regexpExpressions.scala:
##########
@@ -125,6 +125,13 @@ abstract class StringRegexExpression extends
BinaryExpression
case class Like(left: Expression, right: Expression, escapeChar: Char)
extends StringRegexExpression {
Review Comment:
I think we can use `escapeChar.eval()` in the functions side.
--
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]