You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/04/03 03:17:41 UTC

[jira] [Commented] (BEAM-1151) BigQueryIO.Write has no way of handling failures

    [ https://issues.apache.org/jira/browse/BEAM-1151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15952953#comment-15952953 ] 

ASF GitHub Bot commented on BEAM-1151:
--------------------------------------

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.

----


> BigQueryIO.Write has no way of handling failures
> ------------------------------------------------
>
>                 Key: BEAM-1151
>                 URL: https://issues.apache.org/jira/browse/BEAM-1151
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-java-core
>    Affects Versions: 0.4.0
>            Reporter: Reuven Lax
>            Assignee: Reuven Lax
>             Fix For: 0.3.0-incubating
>
>
> BigQueryIO.Write in streaming mode uses BigQuery's streaming insert API. Inserts can fail for a variety of reasons, and the current connector provides no way of managing those failures. This PR allows better failure handling.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)