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

fix: Include dtype information in the Partitioning configuration. #17

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

Thomas-Z
Copy link
Collaborator

The serialization of Partitioning classes (Date/Sequence) uses the get_config method, which does not include dtype information.

This fix is quite ugly in order to preserve the original logic (based on __slots__) and maintain backward compatibility with existing Partitioning's configuration.

@fbriol: I'll let you decide if you want to keep this implementation or rethink the get_config method's logic.

@Thomas-Z Thomas-Z added the bug Something isn't working label Nov 20, 2024
@Thomas-Z Thomas-Z requested a review from fbriol November 20, 2024 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant