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

BUG: fix parquet roundtrip for Interval dtype with datetime64[ns] subtype #46034

Merged

Conversation

jorisvandenbossche
Copy link
Member

Closes #45881

@jreback jreback added this to the 1.5 milestone Feb 27, 2022
@jreback jreback added Interval Interval data type IO Parquet parquet, feather labels Feb 27, 2022
@jreback jreback merged commit b8c2e82 into pandas-dev:main Feb 27, 2022
@jreback
Copy link
Contributor

jreback commented Feb 27, 2022

thanks @jorisvandenbossche

yehoshuadimarsky pushed a commit to yehoshuadimarsky/pandas that referenced this pull request Jul 13, 2022
@pyrito
Copy link
Contributor

pyrito commented Jul 26, 2022

Hi, is there a reason why this patch isn't included in pandas 1.4.x? I'm facing the same issue this PR was trying to address but I don't see the changes in the release. @jreback

edit: I see, this is supposed to be included in the 1.5.0 release?

@jreback
Copy link
Contributor

jreback commented Jul 26, 2022

we don't backport except regressions

@jorisvandenbossche jorisvandenbossche deleted the parquet-interval-datetime branch August 1, 2022 12:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Interval Interval data type IO Parquet parquet, feather
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: cannot read back columns of dtype interval[datetime64[ns]] from parquet file or pyarrow table
3 participants