[jira] [Created] (FLINK-3377) Remove final flag from ResultPatitionWriter class

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-3377) Remove final flag from ResultPatitionWriter class

Shang Yuanchun (Jira)
Chesnay Schepler created FLINK-3377:
---------------------------------------

             Summary: Remove final flag from ResultPatitionWriter class
                 Key: FLINK-3377
                 URL: https://issues.apache.org/jira/browse/FLINK-3377
             Project: Flink
          Issue Type: Wish
          Components: Distributed Runtime
    Affects Versions: 0.10.1
            Reporter: Chesnay Schepler
            Assignee: Chesnay Schepler
            Priority: Trivial
             Fix For: 1.00


The final flag on the org.apache.flink.runtime.io.network.api.writer.ResultPartitionWriter class is causing issues for me.

The flag requires me to run a test I'm working on with a @RunWith(PowerMockRunner.class) annotation so that i can use @PrepareForTest({ResultPartitionWriter.class}).
But it breaks my TemporaryFolder annotated with @ClassRule. (apart from that there also was a classloader issue, but i could resolve that)

To me these seem like unnecessary problems, as such i propose removing the final flag.

The



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)