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

Kenneth Knowles commented on BEAM-9326:
---------------------------------------

So basically {{String}} is a special case and this ticket is, to me, about 
optimizing for that special case, if it matters. If it doesn't matter, I don't 
have an opinion. But I assume you hit a problem?

> JsonToRow transform should not use bounded Wildcards for its input
> ------------------------------------------------------------------
>
>                 Key: BEAM-9326
>                 URL: https://issues.apache.org/jira/browse/BEAM-9326
>             Project: Beam
>          Issue Type: Improvement
>          Components: sdk-java-core
>            Reporter: Ismaël Mejía
>            Assignee: Ismaël Mejía
>            Priority: Minor
>             Fix For: 2.20.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> The JsonToRow PTransform input is a String (a final class in Java) so no 
> reason
> to define a bounded wildcard as its argument.
> We should use <? extends String> in Beam's codebase only when required by Java
> Generics constraints.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to