Remove double cache
This commit is contained in:
parent
53b3831a9d
commit
1a52a9472e
|
@ -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>>(
|
||||
|
|
Loading…
Reference in New Issue
Block a user