[
https://issues.apache.org/jira/browse/BEAM-366?focusedWorklogId=582985&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-582985
]
ASF GitHub Bot logged work on BEAM-366:
---------------------------------------
Author: ASF GitHub Bot
Created on: 14/Apr/21 22:39
Start Date: 14/Apr/21 22:39
Worklog Time Spent: 10m
Work Description: angoenka commented on a change in pull request #14470:
URL: https://github.com/apache/beam/pull/14470#discussion_r613631336
##########
File path: model/pipeline/src/main/proto/beam_runner_api.proto
##########
@@ -1637,13 +1637,13 @@ message FunctionSpec {
message StandardDisplayData {
enum DisplayData {
// A string label and value. Has a payload containing an encoded
- // LabelledStringPayload.
- LABELLED_STRING = 0 [(beam_urn) = "beam:display_data:labelled_string:v1"];
+ // LabelledPayload.
+ LABELLED = 0 [(beam_urn) = "beam:display_data:labelled:v1"];
// Some samples that are being considered to become standard display data
// types follow:
- // A path/location of a resource that this transform accesses. Encoded as
+ // A path/location of a resource that this transform accaesses. Encoded as
Review comment:
Done
--
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: 582985)
Time Spent: 1h (was: 50m)
> Support Display Data on Composite Transforms
> --------------------------------------------
>
> Key: BEAM-366
> URL: https://issues.apache.org/jira/browse/BEAM-366
> Project: Beam
> Issue Type: Improvement
> Components: runner-dataflow
> Reporter: Ben Chambers
> Priority: P3
> Time Spent: 1h
> Remaining Estimate: 0h
>
> Today, the Dataflow runner doesn't represent composites all the way to the UI
> (it reconstructs them from the name). This means it doesn't support attaching
> Display Data to composites.
> With the runner API refactoring, Dataflow runner should start supporting
> composites, at which point we should make sure that Display Data is plumbed
> through properly.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)