Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
findepi committed Nov 8, 2024
1 parent 0517b5d commit 2585591
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1472,7 +1472,7 @@ impl<'a, S: SimplifyInfo> TreeNodeRewriter for Simplifier<'a, S> {

// Rules for Like
Expr::Like(like) => {
// `\` is implict escape, see https://github.com/apache/datafusion/issues/13291
// `\` is implicit escape, see https://github.com/apache/datafusion/issues/13291
let escape_char = like.escape_char.unwrap_or('\\');
match as_string_scalar(&like.pattern) {
Some((data_type, pattern_str)) => {
Expand Down

0 comments on commit 2585591

Please sign in to comment.