profile
on simple filter return Err("no data to time")
#19983
Labels
bug
Something isn't working
needs triage
Awaiting prioritization by a maintainer
rust
Related to Rust Polars
Checks
Reproducible example
Log output
Issue description
I'm trying to do simple
profile
but I getError: no data to time
.when I change
profile
call tocollect
it works fine obviouslyExpected behavior
The code above should not fail.
and also if for some reason the timer do fail it should not affect the actual data result
So instead of:
It should be:
I'm willing to open a PR for that but I know it's a breaking change...
Installed versions
This is my
cargo.toml
fileThe text was updated successfully, but these errors were encountered: