[BEAM-7011] Update Beam SDKs to use the StandardSideInputType enums.#8232
[BEAM-7011] Update Beam SDKs to use the StandardSideInputType enums.#8232lukecwik merged 4 commits intoapache:masterfrom
Conversation
|
R: @lostluck |
|
@lukecwik You'll need to clean up the go imports for this change to compile, as Go has strict include what you use semantics. 18:02:25 .gogradle/project_gopath/src/github.com/apache/beam/sdks/go/pkg/beam/runners/dataflow/dataflowlib/fixup.go:19:2: imported and not used: "github.com/apache/beam/sdks/go/pkg/beam/core/runtime/graphx" |
|
Thanks Robert Is there tooling that does this automatically? |
|
There are, but most IDEs configured for Go should be automatically downloading and using them onsave. |
|
R: @lostluck |
|
LGTM |
|
Note: I think the formatting changes in the go code are from go version differences for whomever is running |
|
Yes, I use go 1.12 locally, didn't know that the fmt had changed. |
|
Run Python PreCommit |
|
Run Java PreCommit |
2 similar comments
|
Run Java PreCommit |
|
Run Java PreCommit |
|
Run Python PreCommit |
|
Run Java PreCommit |
|
Run Python PreCommit |
|
Run Java PreCommit |
… enums. (apache#8232)" This reverts commit 684f813.
…pache#8232) * [BEAM-7011] Update Beam to use the StandardSideInputType enums.
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.