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

DM-45386: Fix serialization of datetime64 to parquet via numpy and astropy. #1041

Merged
merged 3 commits into from
Jul 25, 2024

Commits on Jul 25, 2024

  1. Add numpy-to-pyarrow datetime unit conversion.

    This conversion has to be done by hand, but once the correct arrow type is
    specified the rest of the code handles the datatype and round-trips.
    erykoff committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    35b3e17 View commit details
    Browse the repository at this point in the history
  2. Add datetime column to tests for numpy/astropy/dataframe.

    The datetime column does not work correctly with the direct astropy
    serialization.
    erykoff committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    558de39 View commit details
    Browse the repository at this point in the history
  3. Add changelog fragment.

    erykoff committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    e246ec6 View commit details
    Browse the repository at this point in the history