nushell/crates/nu_plugin_polars
Jack Wright cc7b5c5a26
Only mark collected dataframes as from_lazy=false when collect is called from the collect command. (#12571)
I had previously changed NuLazyFrame::collect to set the NuDataFrame's
from_lazy field to false to prevent conversion back to a lazy frame. It
appears there are cases where this should happen. Instead, I am only
setting from_lazy=false inside the `polars collect` command.

[Related discord
message](https://discord.com/channels/601130461678272522/1227612017171501136/1230600465159421993)

Co-authored-by: Jack Wright <jack.wright@disqo.com>
2024-04-18 17:10:38 -05:00
..
src Only mark collected dataframes as from_lazy=false when collect is called from the collect command. (#12571) 2024-04-18 17:10:38 -05:00
Cargo.toml Upgrading nu_plugin_polars to polars 0.39.1 (#12551) 2024-04-17 06:35:09 -05:00
LICENSE Move dataframes support to a plugin (#12220) 2024-04-09 19:31:43 -05:00