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

CLN: remove fastparquet compat shim #27170

Closed
wants to merge 4 commits into from

Conversation

jbrockmendel
Copy link
Member

Introduced in #19434 Jan 2018.

@@ -3040,8 +3028,7 @@ def get_block_type(values, dtype=None):
return cls


def make_block(values, placement, klass=None, ndim=None, dtype=None,
fastpath=None):
def make_block(values, placement, klass=None, ndim=None, dtype=None):
Copy link
Contributor

Choose a reason for hiding this comment

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

if you can type things would be great (new PR)

@jreback jreback added the Deprecate Functionality to remove in pandas label Jul 1, 2019
@jreback jreback added this to the 0.25.0 milestone Jul 1, 2019
@jreback
Copy link
Contributor

jreback commented Jul 1, 2019

lgtm.

@jreback
Copy link
Contributor

jreback commented Jul 2, 2019

I guess fastparquet 0.2.1 still has the offending code. Can you add an issue to their tracker? (this is the failing build)

@jbrockmendel
Copy link
Member Author

Can you add an issue to their tracker?

Looks like Tom beat me to it by about 2 weeks

@TomAugspurger
Copy link
Contributor

TomAugspurger commented Jul 2, 2019

I'll push a fix to fastparquet for the issue.

@TomAugspurger
Copy link
Contributor

TomAugspurger commented Jul 2, 2019 via email

@jreback
Copy link
Contributor

jreback commented Jul 2, 2019

I'd recommend skipping for fastparquet <0.3.2

we can’t skip as that just papers over; we would need to bump or not merge this patch

@jorisvandenbossche
Copy link
Member

Let's leave this for after 0.25.0 then, or at least until there is a new fastparquet release with the fix. It's a bit unfortunate that fastparquet didn't fix that a year ago.

@jorisvandenbossche jorisvandenbossche added this to the 1.0 milestone Jul 2, 2019
@TomAugspurger
Copy link
Contributor

TomAugspurger commented Jul 2, 2019 via email

@jbrockmendel
Copy link
Member Author

@TomAugspurger should I stick a pin in this for [?] weeks?

@jreback
Copy link
Contributor

jreback commented Jul 5, 2019

yeah I think we need FP release around for a while before we can do this.

@jbrockmendel
Copy link
Member Author

Closing to clear the queue, will revisit a release or two from now

@jbrockmendel jbrockmendel deleted the fpcompat branch April 5, 2020 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Deprecate Functionality to remove in pandas
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants