nushell/crates/nu_plugin_polars/src
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
..
dataframe 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
cache.rs displaying span information, creation time, and size with polars ls (#12472) 2024-04-12 09:23:46 -05:00
lib.rs Ensure that lazy frames converted via to-lazy are not converted back to eager frames later in the pipeline. (#12525) 2024-04-15 18:29:42 -05:00
main.rs Move dataframes support to a plugin (#12220) 2024-04-09 19:31:43 -05:00