Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-40968: [C++][Gandiva] add RE2::Options set_dot_nl(true) for Like f #80

Merged
merged 2 commits into from
Jul 12, 2024

Commits on Jul 11, 2024

  1. apacheGH-40968: [C++][Gandiva] add RE2::Options set_dot_nl(true) for …

    …Like function (apache#40970) (dremio#68)
    
    Gandiva function "LIKE" does not always work correctly when the string contains \n.
    String value:
    `[function_name: "Space1.protect"\nargs: "passenger_count"\ncolumn_name: "passenger_count" ]`
    Pattern '%Space1%' nor '%Space1.%' do not match.
    
    added flag set_dot_nl(true) to LikeHolder
    
    add unit tests.
    
    Yes
    
    **This PR includes breaking changes to public APIs.**
    
    * GitHub Issue: apache#40968
    
    Lead-authored-by: Ivan Chesnov <[email protected]>
    
    Signed-off-by: Sutou Kouhei <[email protected]>
    xxlaykxx committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    5875c90 View commit details
    Browse the repository at this point in the history
  2. apacheGH-43119: [CI][Packaging] Update manylinux 2014 CentOS repos th…

    …at have been deprecated (apache#43121)
    
    Jobs are failing to find mirrorlist.centos.org
    
    Updating repos based on solution from: apache#43119 (comment)
    
    Via archery
    
    No
    * GitHub Issue: apache#43119
    
    Lead-authored-by: Raúl Cumplido <[email protected]>
    Co-authored-by: Sutou Kouhei <[email protected]>
    Co-authored-by: Sutou Kouhei <[email protected]>
    Signed-off-by: Raúl Cumplido <[email protected]>
    3 people authored and xxlaykxx committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    1ff036f View commit details
    Browse the repository at this point in the history