You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "seanslma (via GitHub)" <gi...@apache.org> on 2023/10/10 01:26:44 UTC

Re: [I] [Python] pyarrow 13.0.0 converted `datetime64[ns]` to `datetime64[us]` when using `pd.read_parquet` [arrow]

seanslma commented on issue #38171:
URL: https://github.com/apache/arrow/issues/38171#issuecomment-1754163578

   This bug in pyarrow together with the bug in pandas https://github.com/pandas-dev/pandas/issues/55212 makes a lot of troubles for our api. Note out fastapi uses pyarrow 12.0.0 and converts pandas df to parquet bytes.
   
   I believe the changes in pyarrow 13.0.0 are in this PR: https://github.com/apache/arrow/pull/35656
   
   It's good to keep the original units but converting `ns` to `us` sounds not good.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org