GitHub user kennknowles reopened a pull request:

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

    (WIP) Display data translation

    Be sure to do all of the following to help us incorporate your contribution
    quickly and easily:
    
     - [ ] Make sure the PR title is formatted like:
       `[BEAM-<Jira issue #>] Description of pull request`
     - [ ] Make sure tests pass via `mvn clean verify`.
     - [ ] Replace `<Jira issue #>` in the title with the actual Jira issue
           number, if there is one.
     - [ ] If this contribution is large, please file an Apache
           [Individual Contributor License 
Agreement](https://www.apache.org/licenses/icla.pdf).
    
    ---
    
    @swegner and @bjchambers I hacked this pretty quick. I need to fulfill more 
translation and add tests, but putting this up so I have code to point at when 
I ask questions.

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

    $ git pull https://github.com/kennknowles/beam DisplayDataTranslation

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

    https://github.com/apache/beam/pull/3566.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 #3566
    
----
commit 7a6b70f8344ccd296e65d2e6c0b474c521db2cd7
Author: Kenneth Knowles <k...@google.com>
Date:   2017-07-14T22:38:22Z

    Fix Runner API DisplayData proto

commit e9b5c8a561bc4c5db808814a2ade59c177e7ddb9
Author: Kenneth Knowles <k...@google.com>
Date:   2017-07-14T22:38:35Z

    Add DisplayDataTranslation

----


---

Reply via email to