[
https://issues.apache.org/jira/browse/BEAM-7274?focusedWorklogId=345831&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-345831
]
ASF GitHub Bot logged work on BEAM-7274:
----------------------------------------
Author: ASF GitHub Bot
Created on: 19/Nov/19 06:48
Start Date: 19/Nov/19 06:48
Worklog Time Spent: 10m
Work Description: reuvenlax commented on issue #8690: [BEAM-7274]
Implement the Protobuf schema provider
URL: https://github.com/apache/beam/pull/8690#issuecomment-555359927
Another comment: this delegates everything to Proto's reflection API, which
can be quite inefficient. Compare with AvroSchema where we delegate straight to
generated classes when they exist. Reflection might be necessary for the case
of DynamicMessage (though in that case I think we should use RowWithStorage
instead of RowWithGetters), but shouldn't be necessary when we have generated
classes.
----------------------------------------------------------------
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: 345831)
Time Spent: 9h 40m (was: 9.5h)
> Protobuf Beam Schema support
> ----------------------------
>
> Key: BEAM-7274
> URL: https://issues.apache.org/jira/browse/BEAM-7274
> Project: Beam
> Issue Type: Improvement
> Components: sdk-java-core
> Reporter: Alex Van Boxel
> Assignee: Alex Van Boxel
> Priority: Minor
> Time Spent: 9h 40m
> Remaining Estimate: 0h
>
> Add support for the new Beam Schema to the Protobuf extension.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)