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

Cleanup regex_expressions.rs to remove _regexp_match function #9107

Merged
merged 5 commits into from
Feb 3, 2024

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    a0b67a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25f690d View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. Update datafusion/physical-expr/src/regex_expressions.rs

    Removed extraneous line as per code review suggestion
    
    Co-authored-by: Liang-Chi Hsieh <viirya@gmail.com>
    Omega359 and viirya authored Feb 3, 2024
    Configuration menu
    Copy the full SHA
    2b851e8 View commit details
    Browse the repository at this point in the history
  2. Update datafusion/physical-expr/src/regex_expressions.rs

    Removed extraneous lines as per code review
    
    Co-authored-by: Liang-Chi Hsieh <viirya@gmail.com>
    Omega359 and viirya authored Feb 3, 2024
    Configuration menu
    Copy the full SHA
    b67442b View commit details
    Browse the repository at this point in the history
  3. Make rustfmt happy again.

    Omega359 committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    ff6983a View commit details
    Browse the repository at this point in the history