Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-1096

Unexpected Histogram accumulator behavior

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 0.7.0-incubating
    • None
    • None

    Description

      The Histogram accumulator uses the given value as both key and value for the histogram map. Hence, the histogram always contains entries like key -> n * key where n is the number of times that key has been added to the histogram.
      Supposedly, adding key into the histogram n times should create the entr key -> n instead.

      Attachments

        Activity

          People

            sekruse Sebastian Kruse
            sekruse Sebastian Kruse
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: