This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git
from a3d46510f1 chore: change width_bucket buckets parameter from i32 to
i64 (#20330)
add 51e5c98cf5 fix null handling for `nanvl` & implement fast path (#20205)
No new revisions were added by this update.
Summary of changes:
datafusion/functions/Cargo.toml | 5 ++
datafusion/functions/benches/nanvl.rs | 114 ++++++++++++++++++++++++++
datafusion/functions/src/math/nanvl.rs | 96 +++++++++++++---------
datafusion/sqllogictest/test_files/expr.slt | 2 +-
datafusion/sqllogictest/test_files/scalar.slt | 4 +-
5 files changed, 181 insertions(+), 40 deletions(-)
create mode 100644 datafusion/functions/benches/nanvl.rs
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]