-
-
Notifications
You must be signed in to change notification settings - Fork 18.3k
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
COMPAT: add back dummy CategoricalBlock class #40582
COMPAT: add back dummy CategoricalBlock class #40582
Conversation
Could keep the deprecation in |
Ah, yes, that's a good idea. Since we don't use that import path ourselves, we can still deprecate accessing the class that way. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
what is the user of this actual class? pyarrow? |
yes, pyarrow uses |
why didn't this break the CI? (the original change) |
Because we don't have full coverage of pyarrow functionality in our tests (and we don't run the full pyarrow test suite), there were only a few failures in the pyarrow CI. |
ahh ok. is it possible to add something that exercises internals? (not blocking here) |
See #40226 (comment)
@jbrockmendel this is unfortunate, but short term I think we need to keep the CategoricalBlock class. I am not directly sure what would be the best way to actually deprecate this.