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-14499] Step global, unbounded side input case back to warning #17735

Merged
merged 3 commits into from
May 23, 2022

Conversation

jrmccluskey
Copy link
Contributor

Turn the check for a globally windowed, unbounded side input into a warning rather than an error. This allows the TestStream integration tests to pass while passert streaming functions are developed.


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.

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

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

@asf-ci
Copy link

asf-ci commented May 23, 2022

Can one of the admins verify this patch?

2 similar comments
@asf-ci
Copy link

asf-ci commented May 23, 2022

Can one of the admins verify this patch?

@asf-ci
Copy link

asf-ci commented May 23, 2022

Can one of the admins verify this patch?

@github-actions github-actions bot added the go label May 23, 2022
@jrmccluskey
Copy link
Contributor Author

Run Go Flink ValidatesRunner

@jrmccluskey
Copy link
Contributor Author

Run Go Flink ValidatesRunner

@codecov
Copy link

codecov bot commented May 23, 2022

Codecov Report

Merging #17735 (16ad294) into master (1dfab62) will decrease coverage by 0.00%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master   #17735      +/-   ##
==========================================
- Coverage   73.98%   73.98%   -0.01%     
==========================================
  Files         696      696              
  Lines       91851    91852       +1     
==========================================
- Hits        67958    67955       -3     
- Misses      22644    22647       +3     
- Partials     1249     1250       +1     
Flag Coverage Δ
go 50.44% <0.00%> (-0.02%) ⬇️

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

Impacted Files Coverage Δ
sdks/go/pkg/beam/pardo.go 47.41% <0.00%> (-3.03%) ⬇️

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 1dfab62...16ad294. Read the comment docs.

@jrmccluskey
Copy link
Contributor Author

R: @lostluck @damccorm

@github-actions
Copy link
Contributor

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

sdks/go/pkg/beam/pardo.go Outdated Show resolved Hide resolved
@lostluck lostluck merged commit 3f05429 into apache:master May 23, 2022
Copy link
Contributor

@lostluck lostluck left a comment

Choose a reason for hiding this comment

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

LGTM

@jrmccluskey jrmccluskey deleted the streamWarn branch May 24, 2022 15:55
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.

4 participants