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

deps: upgrade to polars 0.40.0 #1831

Merged
merged 16 commits into from
May 23, 2024
Merged

deps: upgrade to polars 0.40.0 #1831

merged 16 commits into from
May 23, 2024

Conversation

jqnatividad
Copy link
Owner

No description provided.

@jqnatividad jqnatividad marked this pull request as draft May 22, 2024 13:22
src/cmd/joinp.rs Outdated
@@ -574,6 +587,7 @@
right_sel: self.arg_columns2.clone(),
output: self.flag_output.clone(),
delim,
coalesce: self.flag_coalesce.clone(),

Check warning

Code scanning / clippy

using clone on type bool which implements the Copy trait Warning

using clone on type bool which implements the Copy trait
@jqnatividad jqnatividad marked this pull request as ready for review May 23, 2024 01:26
@jqnatividad jqnatividad merged commit 03b334c into master May 23, 2024
2 checks passed
@jqnatividad jqnatividad deleted the polars-0.40 branch May 26, 2024 13:06
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

Successfully merging this pull request may close these issues.

1 participant