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/06/05 05:20:52 UTC

[GitHub] beam pull request #3293: [BEAM-2406] Fix NullPointerException when writing a...

GitHub user reuvenlax opened a pull request:

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

    [BEAM-2406] Fix NullPointerException when writing an empty table

    When writing to an empty table, BigQueryIO was throwing a NPE because WritePartitions was returning null. This was a regression in previous behavior.
    
    R: @jkff 

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

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

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

    https://github.com/apache/beam/pull/3293.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 #3293
    
----
commit e7dc19e118f00e3706c15e19ece7e0f34de1d72e
Author: Reuven Lax <re...@google.com>
Date:   2017-06-03T01:29:59Z

    Fix crash.

commit 2c6e4b443110b0fcc1334e9d1fac7493b15a4982
Author: Reuven Lax <re...@google.com>
Date:   2017-06-05T05:11:41Z

    Fix test.

----


---
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 #3293: [BEAM-2406] Fix NullPointerException when writing a...

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

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


---
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.
---