sujithjay commented on code in PR #478: URL: https://github.com/apache/datafusion-comet/pull/478#discussion_r1617782025
########## spark/src/main/scala/org/apache/comet/serde/QueryPlanSerde.scala: ########## @@ -981,7 +981,7 @@ object QueryPlanSerde extends Logging with ShimQueryPlanSerde { None } - case Like(left, right, _) => + case Like(left, right, escapeChar) if escapeChar == '\\' => Review Comment: @andygrove I have made this change in https://github.com/apache/datafusion-comet/pull/478/commits/bfac08a2e8029464c1d7ec44bb46d9d33384a1ef. Please review. -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org