Dandandan commented on code in PR #22375:
URL: https://github.com/apache/datafusion/pull/22375#discussion_r3268922389
##########
datafusion/pruning/src/pruning_predicate.rs:
##########
@@ -4816,6 +4820,35 @@ mod tests {
prune_with_expr(expr, &schema, &statistics, expected_ret);
}
+ // `build_like_match()` must honor `\` escapes when scanning the pattern
for
+ // wildcards.
+ #[test]
+ fn prune_utf8_like_escaped_underscore() {
Review Comment:
(Otherwise would be good to add to avoid regressing)
--
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]