[GitHub] beam pull request #3566: (WIP) Display data translation

2017-07-14 Thread kennknowles
GitHub user kennknowles opened 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-] Description of pull request`
 - [ ] Make sure tests pass via `mvn clean verify`.
 - [ ] Replace `` 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 
Date:   2017-07-14T22:38:22Z

Fix Runner API DisplayData proto

commit e9b5c8a561bc4c5db808814a2ade59c177e7ddb9
Author: Kenneth Knowles 
Date:   2017-07-14T22:38:35Z

Add DisplayDataTranslation




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] beam pull request #3566: (WIP) Display data translation

2017-10-23 Thread kennknowles
Github user kennknowles closed the pull request at:

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


---


[GitHub] beam pull request #3566: (WIP) Display data translation

2017-10-23 Thread kennknowles
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-] Description of pull request`
 - [ ] Make sure tests pass via `mvn clean verify`.
 - [ ] Replace `` 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 
Date:   2017-07-14T22:38:22Z

Fix Runner API DisplayData proto

commit e9b5c8a561bc4c5db808814a2ade59c177e7ddb9
Author: Kenneth Knowles 
Date:   2017-07-14T22:38:35Z

Add DisplayDataTranslation




---