[GitHub] incubator-beam pull request #1067: Move native sources/sinks out of iobase.

2016-10-10 Thread asfgit
Github user asfgit closed the pull request at:

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


---
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] incubator-beam pull request #1067: Move native sources/sinks out of iobase.

2016-10-07 Thread robertwb
GitHub user robertwb opened a pull request:

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

Move native sources/sinks out of iobase.

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`. (Even better, enable
   Travis-CI on your fork and ensure the whole test matrix passes).
 - [ ] 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.txt).

---


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

$ git pull https://github.com/robertwb/incubator-beam native

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

https://github.com/apache/incubator-beam/pull/1067.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 #1067


commit 5822602620db9b9fcd90d5a845f25f0ad788e5aa
Author: Robert Bradshaw 
Date:   2016-10-06T23:52:57Z

Move dataflow native sinks and sources into dataflow directory.

commit ed334458c54854595dad91118ed8d620eedab158
Author: Robert Bradshaw 
Date:   2016-10-06T23:37:45Z

Avoid circular imports.

commit 9caabebb1a385d617a8df6ae2136c66adecac187
Author: Robert Bradshaw 
Date:   2016-10-07T00:03:18Z

fixup: split file into parts

commit 00ff89851a637f44b90a58edbe304b9f42b40dc4
Author: Robert Bradshaw 
Date:   2016-10-07T00:10:07Z

Move explicit references to _NativeWrite.

commit ac73cc3771db4d74cde2b6734f2798abc4604681
Author: Robert Bradshaw 
Date:   2016-10-07T00:50:41Z

Remove direct references to iobase.Native*

commit dcf16a6ef477cd281798a9380fb1c47ca7d0dec1
Author: Robert Bradshaw 
Date:   2016-10-07T00:57:18Z

Import Native* in iobase for backwards compatibility.




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