You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Kenneth Knowles (JIRA)" <ji...@apache.org> on 2019/03/12 15:34:00 UTC

[jira] [Updated] (BEAM-4766) Use vendored version of protobuf in sdks/java/core or replace usage of ByteString with something else

     [ https://issues.apache.org/jira/browse/BEAM-4766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kenneth Knowles updated BEAM-4766:
----------------------------------
    Labels: portability triaged  (was: portability)

> Use vendored version of protobuf in sdks/java/core or replace usage of ByteString with something else
> -----------------------------------------------------------------------------------------------------
>
>                 Key: BEAM-4766
>                 URL: https://issues.apache.org/jira/browse/BEAM-4766
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-java-core
>            Reporter: Luke Cwik
>            Priority: Major
>              Labels: portability, triaged
>
> The sdk/java/core library will bring in the pipeline model proto to be able to perform Pipeline > proto translation within the SDK instead of it being hidden away in runners core and similar libraries so it makes a lot of sense to just migrate the implementation to use vendored protobuf.
>  
> This is currently used in ByteKey and TextSource.
>  
> An alternative would be to re-implement the logic to not use ByteStrings.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)