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(rust, python): Allow dtype merge when inner dtype is enum #13938

Merged
merged 1 commit into from
Jan 24, 2024

Conversation

mcrumiller
Copy link
Contributor

Resolves #13937.

@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels Jan 23, 2024
@mcrumiller mcrumiller changed the title fix(rust, python): Allow dtype merge of pl.List[pl.Enum] fix(rust, python): Allow dtype merge when inner dtype is enum Jan 23, 2024
Copy link
Member

@ritchie46 ritchie46 left a comment

Choose a reason for hiding this comment

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

Yeap, thanks!

@ritchie46 ritchie46 merged commit b147350 into pola-rs:main Jan 24, 2024
24 checks passed
r-brink pushed a commit to r-brink/polars that referenced this pull request Jan 24, 2024
@mcrumiller mcrumiller deleted the list-enum-merge branch February 26, 2024 19:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Bug fix python Related to Python Polars rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Issue using Concat on List of Enum Types
2 participants