This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
Fix LIKE escape issues #702
Labels
bug
Something isn't working
help wanted
Extra attention is needed
no-changelog
Issues whose changes are covered by a PR and thus should not be shown in the changelog
Due to using
regex
crate directly, it's sensitive to not escapelike
patterns. A solution to it can be using the
escapefunction in
regex`: https://docs.rs/regex/1.5.4/regex/fn.escape.htmlNext, there should be a possibility to escape the
%
and_
characters.Arrow-rs issues/PRs:
apache/arrow-rs#1085
apache/arrow-rs#1042
apache/arrow-rs#415
The text was updated successfully, but these errors were encountered: