-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flink registrar #40
Flink registrar #40
Conversation
Expose Flink runner and options via AuteService. AuteService will at compile time populate META-INF/services so that Dataflow sdk can seamlessly pick up FlinkRunner.
* separate test from compile and runtime deps
ping @mxm - copy from dataArtisans/flink-dataflow#22 |
Apache ICLA might be needed for us to merge. We have to clarify the contribution rules -- sorry for not being completely ready to take contributions yet. |
@davorbonaci thanks for reaching out! is there anything I need to do? |
We haven't yet adopted the guidelines what is specifically required. Please bear with us until early next week until we clarify this. |
From http://www.apache.org/licenses/#clas The ICLA is necessary for committers:
Further:
For small contributions like this, we're at a grey spot. So if in doubt, you could simply file the ICLA and submit it to [email protected]. It is a one-time process which shouldn't take long. |
For leisurely reading, the ICLA+PR issue is discussed in this general@incubator thread from 2015-01 and then this incubator-tinkerpop-dev thread from 2015-02. It centers on clause 5. Has there been resolution since then? |
Thanks for the input @kennknowles. I think we're pretty much on the safe side then for contributions like this one. @davorbonaci Sure I'll take care. |
<artifactId>flink-test-utils_${scala.major.version}</artifactId> | ||
<version>${flink.version}</version> | ||
<scope>test</scope> | ||
</dependency> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This has been restructured in the meantime. I won't merge this commit.
Expose Flink runner and options via AuteService. AuteService will at compile time populate META-INF/services so that Dataflow sdk can seamlessly pick up FlinkRunner. This closes #40.
Flatten artifact names by escaping full paths
feat: Coder made into object safe
Adding owner team
🤖 I have created a release \*beep\* \*boop\* --- ## [1.7.0](https://www.github.com/googleapis/python-firestore/compare/v1.6.2...v1.7.0) (2020-05-18) ### Features * Create CODEOWNERS ([apache#40](https://www.github.com/googleapis/python-firestore/issues/40)) ([a0cbf40](https://www.github.com/googleapis/python-firestore/commit/a0cbf403fe88f07c83bec81f275ac168be573e93)) ### Bug Fixes * **firestore:** fix get and getall method of transaction ([apache#16](https://www.github.com/googleapis/python-firestore/issues/16)) ([de3aca0](https://www.github.com/googleapis/python-firestore/commit/de3aca0e78b68f66eb76bc679c6e95b0746ad590)) * Update team to be in correct org ([apache#43](https://www.github.com/googleapis/python-firestore/issues/43)) ([bef5a3a](https://www.github.com/googleapis/python-firestore/commit/bef5a3af4613b5f9d753bb6f45275e480e4bb301)) * **firestore:** fix lint ([apache#48](https://www.github.com/googleapis/python-firestore/issues/48)) ([7fa00c4](https://www.github.com/googleapis/python-firestore/commit/7fa00c49dc3fab1d687fff9246f3e5ff0682cac0)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please).
No description provided.