You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lc...@apache.org on 2016/06/30 16:55:59 UTC

[2/2] incubator-beam git commit: [BEAM-142] - BigQueryIO: dont unnecessarily initialize an ExecutorService to validate parameters

[BEAM-142] - BigQueryIO: dont unnecessarily initialize an ExecutorService to validate parameters

This closes #526.


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/4a0e426a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/4a0e426a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/4a0e426a

Branch: refs/heads/master
Commit: 4a0e426a831128f4339948eba798479b9890a7f3
Parents: ef2c514 623bed9
Author: Luke Cwik <lc...@google.com>
Authored: Thu Jun 30 09:55:44 2016 -0700
Committer: Luke Cwik <lc...@google.com>
Committed: Thu Jun 30 09:55:44 2016 -0700

----------------------------------------------------------------------
 .../java/org/apache/beam/sdk/io/BigQueryIO.java | 10 +++----
 .../beam/sdk/util/BigQueryTableInserter.java    | 31 +++++++++++++-------
 .../sdk/util/BigQueryTableInserterTest.java     | 17 +++++++----
 .../apache/beam/sdk/util/BigQueryUtilTest.java  | 12 +++++---
 .../util/RetryHttpRequestInitializerTest.java   |  5 +++-
 5 files changed, 48 insertions(+), 27 deletions(-)
----------------------------------------------------------------------