You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of Polars.
Issue description
Previously working code in 0.23 but now breaks at runtime - a "not found" panic appears even though the column exists (printed out the column mid way to confirm). Appears to be at least in part related to both of the .select calls, removing either successfully runs again (though not in the intended way).
thread 'test_bug' panicked at 'called `Result::unwrap()` on an `Err` value: NotFound(Owned("val"))', C:\Users\dan\.cargo\git\checkouts\polars-b0d90607192fd414\1a17950\polars\polars-lazy\polars-plan\src\logical_plan\alp.rs:723:18
Expected behavior
Expected that the code doesn't panic - this worked previously in 0.23
Polars version checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of Polars.
Issue description
Previously working code in 0.23 but now breaks at runtime - a "not found" panic appears even though the column exists (printed out the column mid way to confirm). Appears to be at least in part related to both of the
.select
calls, removing either successfully runs again (though not in the intended way).Reproducible example
Expected behavior
Expected that the code doesn't panic - this worked previously in 0.23
Installed versions
The text was updated successfully, but these errors were encountered: