deephaven / deephaven-docs-community

Source code for Community docs on the deephaven.io website.
Apache License 2.0
0 stars 5 forks source link

fix!: statistical functions should return `null` when provided a vector of only `null` values #239

Closed deephaven-internal closed 4 months ago

deephaven-internal commented 5 months ago

This issue was auto-generated

PR: https://github.com/deephaven/deephaven-core/pull/5606 Author: lbooker42

Original PR Body

Updated Numeric functions and tests:

Updated UpdateBy aggregations and tests:

Updated AggBy aggregations:

Will close #5564

jjbrosnan commented 4 months ago

I don't think this ticket warrants any actual docs work. It fixes null handling behavior of several statistical functions, and is related to tickets that widened return types.

The new null handling behavior is what users should expect to happen, and should not require any discussion in documentation.

alexpeters1208 commented 4 months ago

I looked around in the docs and I agree - no work needed.