-
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
[BEAM-11607] Add word count tasks #14467
Conversation
It would be helpful to also see the documentation updates to go along with this to make sure the task name makes sense. |
This PR will update the documentation based on the work of BEAM-11607 and BEAM-11608 |
When I ran this locally, it failed with the following error:
|
I already solved this issue. Try again @tysonjh |
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.
I'm not able to verify the python tests for some reason due to my local setup. I'm going to ask for someone else to try and merge. Otherwise LGTM.
R: @udim |
Runs for me successfully |
Run PythonLint PreCommit |
Run Python PreCommit |
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.
LGTM, waiting for tests to pass
I successfully ran this in my environment. I'll merge if that's okay : ) |
This PR adds a task to check the environment setup and tasks for wordCount example for Java, Python, and Go.
R: @tysonjh
Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:
R: @username
).[BEAM-XXX] Fixes bug in ApproximateQuantiles
, where you replaceBEAM-XXX
with the appropriate JIRA issue, if applicable. This will automatically link the pull request to the issue.CHANGES.md
with noteworthy changes.See the Contributor Guide for more tips on how to make review process smoother.
Post-Commit Tests Status (on master branch)
Pre-Commit Tests Status (on master branch)
See .test-infra/jenkins/README for trigger phrase, status and link of all Jenkins jobs.
GitHub Actions Tests Status (on master branch)
See CI.md for more information about GitHub Actions CI.