You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by davidcavazos <gi...@git.apache.org> on 2017/11/09 00:10:27 UTC

[GitHub] beam pull request #4102: Set save_main_session to True for csv module

GitHub user davidcavazos opened a pull request:

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

    Set save_main_session to True for csv module

    Parsing the game events requires the `csv` module, so we also needed to set `save_main_session` to True for this to work in Dataflow.
    
    R: @aaltay 

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

    $ git pull https://github.com/davidcavazos/beam user_score

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

    https://github.com/apache/beam/pull/4102.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 #4102
    
----
commit 89e9c34e839180b990b6abe4e546d0acc83e04fe
Author: David Cavazos <dc...@google.com>
Date:   2017-11-08T23:32:03Z

    Set save_main_session to True for csv module

----


---

[GitHub] beam pull request #4102: Set save_main_session to True for csv module

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

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


---