[
https://issues.apache.org/jira/browse/FLINK-6005?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15902913#comment-15902913
]
ASF GitHub Bot commented on FLINK-6005:
---------------------------------------
GitHub user NicoK opened a pull request:
https://github.com/apache/flink/pull/3499
[FLINK-6005] fix some ArrayList initializations without initial size
This is just to give some ArrayList initializations an initial size value
to reduce tests overhead.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/NicoK/flink flink-6005
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/3499.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3499
----
commit 7935d4e1ede6b831b88b5fc3e5d0b2fe161c7bed
Author: Nico Kruber <[email protected]>
Date: 2017-03-09T11:24:33Z
[FLINK-6005] fix some ArrayList initializations without initial size
----
> unit test ArrayList initializations without default size
> --------------------------------------------------------
>
> Key: FLINK-6005
> URL: https://issues.apache.org/jira/browse/FLINK-6005
> Project: Flink
> Issue Type: Improvement
> Components: Tests
> Affects Versions: 1.3.0
> Reporter: Nico Kruber
> Assignee: Nico Kruber
> Priority: Minor
>
> I found some ArrayList initializations without a default size although it is
> possible to select one. The following PR will show some cases that I'd like
> to fix.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)