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

ARROW-9030: [Python] Remove pyarrow/compat.py, move some oft-used utility functions to pyarrow.lib #7421

Closed
wants to merge 2 commits into from

Conversation

wesm
Copy link
Member

@wesm wesm commented Jun 12, 2020

This is some routine scrubbing that deals with some remnants of the prior dual py2/3 codebase.

@github-actions
Copy link

@wesm
Copy link
Member Author

wesm commented Jun 13, 2020

+1. This is just housekeeping

@wesm wesm closed this in 124db17 Jun 13, 2020
@wesm wesm deleted the ARROW-9030 branch June 13, 2020 02:37
@kou
Copy link
Member

kou commented Jun 14, 2020

This breaks Dask: https://github.com/ursa-labs/crossbow/runs/769427250#step:6:12381

Because Dask depends on pyarrow.compat: https://github.com/dask/dask/blob/master/dask/dataframe/io/parquet/arrow.py#L9

Should we restore pyarrow.compat or change Dask?

@wesm
Copy link
Member Author

wesm commented Jun 15, 2020

That's unfortunate. We can restore pyarrow.compat with wrappers for the functions that have deprecation warnings. I opened https://issues.apache.org/jira/browse/ARROW-9130

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants