Skip to content
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-1833] Give transforms more control over the names of their inputs and outputs. #13672

Merged
merged 2 commits into from
Jan 7, 2021

Conversation

robertwb
Copy link
Contributor

@robertwb robertwb commented Jan 6, 2021

This does not fully resolve BEAM-1833, but that cleanup will be best done once all runners are portable.


Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:

  • Choose reviewer(s) and mention them in a comment (R: @username).
  • Format the pull request title like [BEAM-XXX] Fixes bug in ApproximateQuantiles, where you replace BEAM-XXX with the appropriate JIRA issue, if applicable. This will automatically link the pull request to the issue.
  • Update CHANGES.md with noteworthy changes.
  • If this contribution is large, please file an Apache Individual Contributor License Agreement.

See the Contributor Guide for more tips on how to make review process smoother.

Post-Commit Tests Status (on master branch)

Lang SDK Dataflow Flink Samza Spark Twister2
Go Build Status --- Build Status --- Build Status ---
Java Build Status Build Status
Build Status
Build Status
Build Status
Build Status
Build Status
Build Status
Build Status Build Status
Build Status
Build Status
Build Status
Python Build Status
Build Status
Build Status
Build Status
Build Status
Build Status
Build Status
Build Status
--- Build Status ---
XLang Build Status Build Status Build Status --- Build Status ---

Pre-Commit Tests Status (on master branch)

--- Java Python Go Website Whitespace Typescript
Non-portable Build Status Build Status
Build Status
Build Status
Build Status
Build Status Build Status Build Status Build Status
Portable --- Build Status --- --- --- ---

See .test-infra/jenkins/README for trigger phrase, status and link of all Jenkins jobs.

GitHub Actions Tests Status (on master branch)

Build python source distribution and wheels
Python tests
Java tests

See CI.md for more information about GitHub Actions CI.

@codecov
Copy link

codecov bot commented Jan 6, 2021

Codecov Report

Merging #13672 (7e8fa4e) into master (e12a0d8) will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #13672      +/-   ##
==========================================
+ Coverage   82.73%   82.75%   +0.01%     
==========================================
  Files         466      466              
  Lines       57518    57520       +2     
==========================================
+ Hits        47589    47598       +9     
+ Misses       9929     9922       -7     
Impacted Files Coverage Δ
sdks/python/apache_beam/dataframe/frames.py 91.98% <100.00%> (ø)
sdks/python/apache_beam/pipeline.py 91.11% <100.00%> (+0.78%) ⬆️
sdks/python/apache_beam/transforms/ptransform.py 93.06% <100.00%> (+0.10%) ⬆️
sdks/python/apache_beam/utils/interactive_utils.py 88.09% <0.00%> (-2.39%) ⬇️
sdks/python/apache_beam/io/iobase.py 84.81% <0.00%> (-0.27%) ⬇️
sdks/python/apache_beam/transforms/util.py 95.84% <0.00%> (+0.17%) ⬆️
...hon/apache_beam/runners/worker/bundle_processor.py 93.83% <0.00%> (+0.38%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9f9dcd6...7e8fa4e. Read the comment docs.

@robertwb
Copy link
Contributor Author

robertwb commented Jan 6, 2021

R: @boyuanzz

Copy link
Contributor

@boyuanzz boyuanzz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@robertwb
Copy link
Contributor Author

robertwb commented Jan 7, 2021

Run Python PreCommit

@robertwb robertwb merged commit 74ec609 into apache:master Jan 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants