Skip to content

pandas_compat. _reconstruct_block uses deprecated kwarg #1484

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

Closed
jbrockmendel opened this issue Jan 17, 2018 · 1 comment
Closed

pandas_compat. _reconstruct_block uses deprecated kwarg #1484

jbrockmendel opened this issue Jan 17, 2018 · 1 comment

Comments

@jbrockmendel
Copy link

def _reconstruct_block(item):

pandas_compat. _reconstruct_block calls _int.make_block with the kwarg fastpath=True. We recently determined that fastpath is not actually used anywhere within make_block, so are moving towards removing it (pandas-dev/pandas#19265). Ideally it would be removed downstream first so we don't cause any collateral damage.

@wesm
Copy link
Member

wesm commented Jan 17, 2018

I opened https://issues.apache.org/jira/browse/ARROW-2003 about fixing this. A patch would be welcome

@wesm wesm closed this as completed Jan 18, 2018
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

No branches or pull requests

2 participants