alamb commented on code in PR #9805:
URL: https://github.com/apache/arrow-datafusion/pull/9805#discussion_r1540390097


##########
datafusion/sql/src/unparser/expr.rs:
##########
@@ -683,6 +686,16 @@ mod tests {
                 ScalarUDF::new_from_impl(DummyUDF::new()).call(vec![col("a"), 
col("b")]),
                 r#"dummy_udf("a", "b")"#,
             ),
+            (
+                Expr::Like(Like {

Review Comment:
   I was going to suggest using 
https://docs.rs/datafusion/latest/datafusion/logical_expr/enum.Expr.html#method.like
 but I think that doesn't allow setting esape_char. This looks good to me.
   



-- 
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]

Reply via email to