You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by greghogan <gi...@git.apache.org> on 2018/01/18 17:26:39 UTC

[GitHub] flink issue #5205: [FLINK-8037] Fix integer multiplication or shift implicit...

Github user greghogan commented on the issue:

    https://github.com/apache/flink/pull/5205
  
    @StephanEwen of the five occurrences in `MemoryManager`, `ChannelWriterOutputView`, and `InPlaceMutableHashTable` only one occurs in a function that is called elsewhere. How would you write the tests without actually allocating the memory required for overflow? I'm fine dropping this PR if you don't feel this is improving the code quality.


---