You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by dh...@apache.org on 2016/07/22 23:52:56 UTC

[2/2] incubator-beam git commit: Closes #717

Closes #717


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

Branch: refs/heads/master
Commit: 122cd04663529f4fc44530ed9e144e0dfd68360f
Parents: 12b60ff bf3af5d
Author: Dan Halperin <dh...@google.com>
Authored: Fri Jul 22 16:52:50 2016 -0700
Committer: Dan Halperin <dh...@google.com>
Committed: Fri Jul 22 16:52:50 2016 -0700

----------------------------------------------------------------------
 .../beam/sdk/io/gcp/bigquery/BigQueryIO.java    |  36 ++--
 .../sdk/io/gcp/bigquery/BigQueryServices.java   |  13 +-
 .../io/gcp/bigquery/BigQueryServicesImpl.java   | 192 +++++++++++++++++++
 .../io/gcp/bigquery/BigQueryTableInserter.java  | 192 -------------------
 .../gcp/bigquery/BigQueryServicesImplTest.java  |  70 +++++++
 .../gcp/bigquery/BigQueryTableInserterTest.java |  64 -------
 .../sdk/io/gcp/bigquery/BigQueryUtilTest.java   |  40 +---
 7 files changed, 300 insertions(+), 307 deletions(-)
----------------------------------------------------------------------