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

move the Translate, SubstrIndex, FindInSet functions to datafusion-functions #9864

Merged
merged 22 commits into from
Mar 30, 2024

Commits on Mar 14, 2024

  1. Fix to_timestamp benchmark

    Omega359 committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    2026df4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6d2172 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. Configuration menu
    Copy the full SHA
    f6e481e View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Remove reference to simd and nightly build as simd is no longer an av…

    …ailable feature in DataFusion and building with nightly may not be a good recommendation when getting started.
    Omega359 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    6a450b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71d47a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    879cabe View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    f42b9bc View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Configuration menu
    Copy the full SHA
    fc8ff76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a94a4f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee3ff9f View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Configuration menu
    Copy the full SHA
    43c6e66 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    2bdb2d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b07b7b6 View commit details
    Browse the repository at this point in the history
  3. Create unicode module in datafusion/functions/src/unicode and unicode…

    …_expressions feature flag, move char_length function
    Omega359 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    e3860fa View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    47eac75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3fac7b View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/main' into feature/9835

    # Conflicts:
    #	datafusion/expr/src/built_in_function.rs
    #	datafusion/functions/src/unicode/mod.rs
    #	datafusion/physical-expr/src/unicode_expressions.rs
    Omega359 committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    5ae5f84 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cda5230 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Test code cleanup

    Omega359 committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    d6cc497 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fa6281 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/main' into feature/9842

    # Conflicts:
    #	datafusion/expr/src/built_in_function.rs
    #	datafusion/expr/src/expr_fn.rs
    #	datafusion/functions/src/unicode/left.rs
    #	datafusion/functions/src/unicode/lpad.rs
    #	datafusion/functions/src/unicode/mod.rs
    #	datafusion/functions/src/unicode/reverse.rs
    #	datafusion/functions/src/unicode/right.rs
    #	datafusion/functions/src/unicode/rpad.rs
    #	datafusion/functions/src/unicode/substr.rs
    #	datafusion/physical-expr/src/functions.rs
    #	datafusion/physical-expr/src/unicode_expressions.rs
    #	datafusion/proto/src/generated/pbjson.rs
    #	datafusion/proto/src/generated/prost.rs
    #	datafusion/proto/src/logical_plan/from_proto.rs
    #	datafusion/proto/src/logical_plan/to_proto.rs
    Omega359 committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    92d8e57 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. Configuration menu
    Copy the full SHA
    98ed367 View commit details
    Browse the repository at this point in the history