MaxGekk commented on issue #27355: [SPARK-30625][SQL] Support `escape` as third parameter of the `like` function URL: https://github.com/apache/spark/pull/27355#issuecomment-578233465 Actually I did bigger change but reverted my refactoring in `RLike`. The change could be smaller if I didn't rename expression parameters but I thought `case class Like(left: Expression, right: Expression, escapeChar: Char)` looks slightly confusing since it is not binary expression any more, and `right` is not most right parameter.
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
