You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Nico Kruber (JIRA)" <ji...@apache.org> on 2019/06/25 13:51:00 UTC

[jira] [Updated] (FLINK-12981) Ignore NaN values in histogram's percentile implementation

     [ https://issues.apache.org/jira/browse/FLINK-12981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nico Kruber updated FLINK-12981:
--------------------------------
    Description: Histogram metrics use "long" values and therefore, there is no {{Double.NaN}} in {{DescriptiveStatistics}}' data and there is no need to cleanse it while working with it.  (was: Histrogram metrics use "long" values and therefore, there is no {{Double.NaN}} in {{DescriptiveStatistics}}' data  and there is no need to cleanse it while working with it.)

> Ignore NaN values in histogram's percentile implementation
> ----------------------------------------------------------
>
>                 Key: FLINK-12981
>                 URL: https://issues.apache.org/jira/browse/FLINK-12981
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Runtime / Metrics
>            Reporter: Nico Kruber
>            Assignee: Nico Kruber
>            Priority: Major
>
> Histogram metrics use "long" values and therefore, there is no {{Double.NaN}} in {{DescriptiveStatistics}}' data and there is no need to cleanse it while working with it.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)