Remove double cache

This commit is contained in:
Jack Wright 2024-07-02 11:46:57 -07:00
parent 53b3831a9d
commit 1a52a9472e

View File

@ -126,8 +126,7 @@ fn command_eager(
})?;
let res = NuDataFrame::new(false, pivoted);
res.cache(plugin, engine, call.head)?
.to_pipeline_data(plugin, engine, call.head)
res.to_pipeline_data(plugin, engine, call.head)
}
fn check_column_datatypes<T: AsRef<str>>(