You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by reuvenlax <gi...@git.apache.org> on 2017/04/03 03:17:04 UTC

[GitHub] beam pull request #2404: [BEAM-1151] Add interface for accessing failed BigQ...

GitHub user reuvenlax opened a pull request:

    https://github.com/apache/beam/pull/2404

    [BEAM-1151] Add interface for accessing failed BigQuery inserts

    This PR adds a new return type to BigQueryIO.Write, to replace PDone. This enables future features such as accessing failed inserts as a PCollection. 

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/reuvenlax/incubator-beam prepare_for_dead_letter

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/beam/pull/2404.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 #2404
    
----
commit 44dd618da08711d20614ad0e05f0e871e12b4b32
Author: Reuven Lax <re...@google.com>
Date:   2017-04-03T03:12:05Z

    Add new return type to BigQueryIO.Write that allows for accessing failed inserts. Accessing failed inserts is not yet implemented - this PR is to ensure that the interface is there before we cut off backwards-incompatible changes.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] beam pull request #2404: [BEAM-1151] Add interface for accessing failed BigQ...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/beam/pull/2404


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---