GitHub user lucasallan opened a pull request:

    https://github.com/apache/incubator-beam/pull/526

    [BEAM-142] - BigQueryIO: don't unnecessarily initialize an ExecutorService 
to validate parameters

    Fixes https://issues.apache.org/jira/browse/BEAM-142

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

    $ git pull https://github.com/lucasallan/incubator-beam jira-beam-142

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

    https://github.com/apache/incubator-beam/pull/526.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 #526
    
----
commit 2345809989865635fb98d14639d9f38d2a26378a
Author: Lucas Amorim <[email protected]>
Date:   2016-06-24T01:08:16Z

    [BEAM-142] - BigQueryIO: don't unnecessarily initialize an ExecutorService 
to validate parameters
    
    By default, BigQueryIO initializes a ExecutorContext, however AppEngine
    doesn't allow modification of threads to be daemon
    threads. These changes check if it's not running on AppEngine and sets
    daemon to true.

----


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to