[ 
https://issues.apache.org/jira/browse/BEAM-4766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17123968#comment-17123968
 ] 

Luke Cwik commented on BEAM-4766:
---------------------------------

Fix in https://github.com/apache/beam/pull/11891

> 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: P2
>              Labels: portability, stale-P2
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> 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
(v8.3.4#803005)

Reply via email to