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

Add to_char function implementation using chrono formats #9181

Merged
merged 17 commits into from
Feb 13, 2024

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    176d8ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5cf310 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    20d2672 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2a239a View commit details
    Browse the repository at this point in the history
  3. adding sqllogictests

    Omega359 committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    dbbaded View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    806c6ff View commit details
    Browse the repository at this point in the history
  5. Doc fix.

    Omega359 committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    43f3f71 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c85f412 View commit details
    Browse the repository at this point in the history
  7. Prettier

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

Commits on Feb 12, 2024

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

    Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
    Omega359 and alamb authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    ce2752b View commit details
    Browse the repository at this point in the history
  2. Updating the chrono dependency since Chrono 0.4.34 changed Display fo…

    …r the Duration type (which is now an alias for TimeDelta) and this broke the timestamp tests.
    Omega359 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    14f111a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2072ea3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    becc076 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/feature/to_char_9147' into featu…

    …re/to_char_9147
    
    # Conflicts:
    #	datafusion/physical-expr/src/datetime_expressions.rs
    Omega359 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    ba347aa View commit details
    Browse the repository at this point in the history
  6. Add escape to rustdoc.

    Omega359 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    3989a22 View commit details
    Browse the repository at this point in the history
  7. Fixed example

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

Commits on Feb 13, 2024

  1. Handled null formats better - now any null formats will result in a d…

    …efault format being used.
    Omega359 committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    4055cdc View commit details
    Browse the repository at this point in the history