mirror of
https://github.com/nushell/nushell.git
synced 2025-07-11 11:55:10 +02:00
# Description Performing a `polars collect` on an eager dataframe should be a no-op operation. However, when used with a pipeline and not saving to a value a cache error occurs. This addresses that cache error.