[
https://issues.apache.org/jira/browse/BEAM-7011?focusedWorklogId=223667&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-223667
]
ASF GitHub Bot logged work on BEAM-7011:
----------------------------------------
Author: ASF GitHub Bot
Created on: 05/Apr/19 15:58
Start Date: 05/Apr/19 15:58
Worklog Time Spent: 10m
Work Description: lostluck commented on issue #8232: [BEAM-7011] Update
Beam SDKs to use the StandardSideInputType enums.
URL: https://github.com/apache/beam/pull/8232#issuecomment-480329323
@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"
18:02:25
.gogradle/project_gopath/src/github.com/apache/beam/sdks/go/pkg/beam/runners/dataflow/dataflowlib/fixup.go:20:2:
imported and not used:
"github.com/apache/beam/sdks/go/pkg/beam/core/runtime/pipelinex"
18:02:25
.gogradle/project_gopath/src/github.com/apache/beam/sdks/go/pkg/beam/runners/dataflow/dataflowlib/fixup.go:21:2:
imported and not used:
"github.com/apache/beam/sdks/go/pkg/beam/core/util/protox"
18:02:25
.gogradle/project_gopath/src/github.com/apache/beam/sdks/go/pkg/beam/runners/dataflow/dataflowlib/fixup.go:23:2:
imported and not used:
"github.com/apache/beam/sdks/go/vendor/github.com/golang/protobuf/proto"
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 223667)
Time Spent: 0.5h (was: 20m)
> Replace "urn:beam:sideinput:materialization:multimap:0.1" with standard side
> input type materialization
> -------------------------------------------------------------------------------------------------------
>
> Key: BEAM-7011
> URL: https://issues.apache.org/jira/browse/BEAM-7011
> Project: Beam
> Issue Type: Improvement
> Components: beam-model, sdk-go, sdk-java-core, sdk-py-core
> Reporter: Luke Cwik
> Assignee: Luke Cwik
> Priority: Major
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> Use the StandardSideInput defined within beam_runner_api.proto:
> https://github.com/apache/beam/blob/206d98b0765ac662730edd28d669b3db24dd851d/model/pipeline/src/main/proto/beam_runner_api.proto#L311
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)