Skip to content

Conversation

@damccorm
Copy link
Contributor

@damccorm damccorm commented Sep 6, 2022

This disables the singleIterate efficiency improvement introduced in #22904 because there have been reports of it breaking pipelines. I chose not to revert because it can't be automatically reverted due to other PRs layered on top, so this is the minimal change required to disable the feature.

This should also stop tests from failing as reported in #22933 (though I think we should leave it open until this is more permanently disabled)


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).
  • Mention the appropriate issue in your description (for example: 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, comment fixes #<ISSUE NUMBER> instead.
  • 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.

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)

Build python source distribution and wheels
Python tests
Java tests
Go tests

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

@damccorm
Copy link
Contributor Author

damccorm commented Sep 6, 2022

Run Go Spark ValidatesRunner

@damccorm
Copy link
Contributor Author

damccorm commented Sep 6, 2022

Run Go Spark ValidatesRunner

@damccorm
Copy link
Contributor Author

damccorm commented Sep 6, 2022

R: @jrmccluskey @lostluck

Copy link
Contributor

@jrmccluskey jrmccluskey left a comment

Choose a reason for hiding this comment

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

LGTM mod final test runs

@github-actions github-actions bot added the go label Sep 6, 2022
@codecov
Copy link

codecov bot commented Sep 6, 2022

Codecov Report

Merging #23042 (c11fec9) into master (081986e) will decrease coverage by 0.03%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master   #23042      +/-   ##
==========================================
- Coverage   73.67%   73.64%   -0.04%     
==========================================
  Files         714      714              
  Lines       95212    95213       +1     
==========================================
- Hits        70150    70119      -31     
- Misses      23765    23798      +33     
+ Partials     1297     1296       -1     
Flag Coverage Δ
go 50.96% <100.00%> (-0.11%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
sdks/go/pkg/beam/core/runtime/exec/datasource.go 62.00% <100.00%> (-4.30%) ⬇️
sdks/go/pkg/beam/core/runtime/exec/fullvalue.go 77.24% <0.00%> (-6.35%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@github-actions
Copy link
Contributor

github-actions bot commented Sep 6, 2022

Stopping reviewer notifications for this pull request: review requested by someone other than the bot, ceding control

@damccorm damccorm merged commit b2a6f46 into apache:master Sep 6, 2022
@damccorm damccorm deleted the users/damccorm/singleIterate branch September 6, 2022 17:20
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.

2 participants