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

use DateTime<Utc> for arrow_array::temporal_conversion::as_datetime #5684

Closed

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    502b6fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2327127 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bcfcf62 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d9dfad2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0f02ce2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    28e1e4f View commit details
    Browse the repository at this point in the history
  7. feat(arrow-array): migrate as_datetime to use DateTime<Utc>

    Any test call-site is updated for DateTime<Utc>.
    
    However, normal code  call-sites immediately convert back to naive datetime.
    
    I'm currently uncertain about the post-migration apis of the following:
    
    - [`arrow_cast::cast::adjust_timestamp_to_timezone`]
    - [`arrow_array::array::`PrimitivieArray<t>::value_as_datetime`]
    - [`arrow_array::types::ArrowTimestampTime::make_value`]
    Michael-J-Ward committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    d5e3c49 View commit details
    Browse the repository at this point in the history