mbutrovich opened a new pull request, #23578: URL: https://github.com/apache/datafusion/pull/23578
## Which issue does this PR close? - Backport of #22727 to `branch-54` (for 54.1.0, tracked in #22547). - Fixes wrong results #22726 (regression introduced in 54.0.0 by #20581, which extended the rewrite to these types). ## Rationale for this change Anchored-regex simplification produces wrong results or errors on `Utf8View` and `LargeUtf8` columns in 54.0.0. No API changes, correctness-only fix, so it fits the backport criteria. ## What changes are included in this PR? Clean cherry-pick of #22727. No adaptation required. ## Are these changes tested? Yes. Carries the original regression coverage (`predicates.slt`), all tests pass. ## Are there any user-facing changes? Anchored regex predicates on `Utf8View`/`LargeUtf8` now return correct results. No API changes. -- 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]
