-
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
learning+website: add FlattenWith
and Tee
to Playground and Transform Catalog [WIP]
#32945
base: master
Are you sure you want to change the base?
learning+website: add FlattenWith
and Tee
to Playground and Transform Catalog [WIP]
#32945
Conversation
FlattenWith
to Playground and Transform CatalogFlattenWith
and Tee
to Playground and Transform Catalog
FlattenWith
and Tee
to Playground and Transform CatalogFlattenWith
and Tee
to Playground and Transform Catalog [WIP]
Is there a convenient way to resolve the following java dependency issues that I'm encountering? 🙏 I'm new to Java development and have recently worked with the
Next, I copied
I’ve found myself in dependency hell and am unsure if this is the right approach. Any help you can provide would be greatly appreciated! Thank you! |
Thanks for doing this! You probably need to update guava (and the other files) to the versions Beam uses, which can be found at https://github.com/apache/beam/blob/release-2.60.0/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy#L616 I'm not sure how to depend on a pre-release version of beam (other than copying java files as you did for testing). That's a downside for having this be in a separate repository. |
Perhaps this'll be easier now that this is in the official release. |
Hi @robertwb, Apologies for the delayed response to this PR. I've been finishing up my current internship but will address the feedback over the weekend. 🙏 |
10f492b
to
bcd038f
Compare
Signed-off-by: Mohamed Awnallah <[email protected]>
Signed-off-by: Mohamed Awnallah <[email protected]>
38eefce
to
292aeff
Compare
Signed-off-by: Mohamed Awnallah <[email protected]>
Signed-off-by: Mohamed Awnallah <[email protected]>
292aeff
to
6f9a184
Compare
Hi @robertwb, I think the PR is now ready for review. I would love to receive any feedback! 🙏 |
Description
Python SDK
FlattenWith
to PlaygroundFlattenWith
to Transform CatalogTee
to PlaygroundTee
to Transform CatalogJava SDK
FlattenWith
to PlaygroundFlattenWith
to Transform CatalogTee
to PlaygroundTee
to Transform CatalogFixes #32840
Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:
addresses #123
), if applicable. This will automatically add a link to the pull request in the issue. If you would like the issue to automatically close on merging the pull request, commentfixes #<ISSUE NUMBER>
instead.CHANGES.md
with noteworthy changes.See the Contributor Guide for more tips on how to make review process smoother.
To check the build health, please visit https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md
GitHub Actions Tests Status (on master branch)
See CI.md for more information about GitHub Actions CI or the workflows README to see a list of phrases to trigger workflows.