-
Notifications
You must be signed in to change notification settings - Fork 4.5k
[BEAM-7782] Skip DoFn params test in Python 2 on Windows #9081
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
Conversation
|
R: @tvalentyn can you give this a look whenever you have a chance? |
sdks/python/apache_beam/examples/snippets/transforms/element_wise/pardo.py
Outdated
Show resolved
Hide resolved
sdks/python/apache_beam/examples/snippets/transforms/element_wise/pardo_test.py
Outdated
Show resolved
Hide resolved
|
Code changes LGTM as long as tests pass. Please:
|
sdks/python/apache_beam/examples/snippets/transforms/element_wise/pardo_test.py
Outdated
Show resolved
Hide resolved
|
Test failure seems unrelated. |
4346820 to
bbaf895
Compare
|
All tests passed, @tvalentyn can you take a look whenever you have a chance? |
|
The change LGTM - could you please follow up on 1-3? |
bbaf895 to
500c570
Compare
|
Sorry, I missed to see that comment, but it's all addressed :) |
|
@pabloem could you please help merge this? thank you! |
|
Thanks, @davidcavazos ! |
Skip DoFn params test in Python 2 on Windows since it uses
longinstead ofintfortimestamp.micros.Also, moving the
pylintmessages outside the region tags, and simplifying test functions setup.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-XXXwith the appropriate JIRA issue, if applicable. This will automatically link the pull request to the issue.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.