mirror of
https://github.com/nushell/nushell.git
synced 2024-11-07 09:04:18 +01:00
803bc9c63f
# Description Fixes issue [12828](https://github.com/nushell/nushell/issues/12828). When attempting a `polars collect` on an eager dataframe, we return dataframe as is. However, before this fix I failed to increment the internal cache reference count. This caused the value to be dropped from the internal cache when the references were decremented again. This fix adds a call to cache.get to increment the value before returning. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
LICENSE |