[BEAM-405] Fixes inefficient use of keySet iterator instead of entrySet iterator
This closes #587 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/8147037d Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/8147037d Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/8147037d Branch: refs/heads/master Commit: 8147037d61179daf96b17f901b4625210f340466 Parents: 9adbecb 88cc25d Author: Luke Cwik <[email protected]> Authored: Wed Jul 6 05:17:55 2016 -0700 Committer: Luke Cwik <[email protected]> Committed: Wed Jul 6 05:17:55 2016 -0700 ---------------------------------------------------------------------- .../build-tools/src/main/resources/beam/findbugs-filter.xml | 6 ------ .../src/main/java/org/apache/beam/sdk/io/BigQueryIO.java | 8 ++++---- 2 files changed, 4 insertions(+), 10 deletions(-) ----------------------------------------------------------------------
