Skip to content

Fix test_pickle_roundtrip for pandas 2.0#10011

Merged
jrbourbeau merged 1 commit intodask:mainfrom
jrbourbeau:fix-decimal-upstream
Mar 2, 2023
Merged

Fix test_pickle_roundtrip for pandas 2.0#10011
jrbourbeau merged 1 commit intodask:mainfrom
jrbourbeau:fix-decimal-upstream

Conversation

@jrbourbeau
Copy link
Copy Markdown
Member

@j-bennet pointed out that dask/dataframe/tests/test_pyarrow_compat.py::test_pickle_roundtrip[decimal128(7, 3)] has started failing in our upstream build because pyarrow decimals were recently added to ALL_PYARROW_DTYPES upstream in pandas (xref pandas-dev/pandas@2230bad). This PR accounts for this in our test_pickle_roundtrip test.

Copy link
Copy Markdown
Contributor

@j-bennet j-bennet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Looks good.

Copy link
Copy Markdown
Member Author

@jrbourbeau jrbourbeau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great, thanks for reviewing @j-bennet

@jrbourbeau jrbourbeau merged commit ada96d5 into dask:main Mar 2, 2023
@jrbourbeau jrbourbeau deleted the fix-decimal-upstream branch March 2, 2023 15:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants