daniel-martinez-maqueda-sap opened a new pull request, #2258:
URL: https://github.com/apache/arrow-rs/pull/2258

   # Which issue does this PR close?
   
   Closes #415 and #702
   
   # Rationale for this change
    
   It is explained in the Issues linked above.
   
   # What changes are included in this PR?
   
   Added a new function that replaces the like wildcards '%' and '_' for the 
regex counterparts before executing them. It also takes into account that the 
wildcards can be escaped, in that case, it does remove the escape characters 
and leaves the wildcards so that they are matched against the raw character.
   
   This is implemented iterating over all the characters of the pattern to 
figure out when it needs to be transformed or not.
   
   # Are there any user-facing changes?
   N/A


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