[ https://issues.apache.org/jira/browse/FLINK-3836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15304121#comment-15304121 ]
ASF GitHub Bot commented on FLINK-3836: --------------------------------------- Github user greghogan commented on the pull request: https://github.com/apache/flink/pull/1966#issuecomment-222161038 I was interested to see what happened here and a simple rebase and force push corrects the problem. Make sure local master is up-to-date $ git checkout master $ git pull apache Fetch this PR and checkout the branch $ git fetch github pull/1966/head:pr1966 $ git checkout pr1966 Move the new commits after the last commit on master $ git rebase master Push the changes to your repo $ git push -f pr1966 origin > Change Histogram to enable Long counters > ---------------------------------------- > > Key: FLINK-3836 > URL: https://issues.apache.org/jira/browse/FLINK-3836 > Project: Flink > Issue Type: Improvement > Components: Core > Affects Versions: 1.0.2 > Reporter: Maximilian Bode > Assignee: Maximilian Bode > Priority: Minor > > Change > flink/flink-core/src/main/java/org/apache/flink/api/common/accumulators/Histogram.java > to enable Long counts instead of Integer. In particular, change the TreeMap > to be <Integer, Long>. -- This message was sent by Atlassian JIRA (v6.3.4#6332)