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

ASF GitHub Bot logged work on BEAM-9326:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 19/Feb/20 21:07
            Start Date: 19/Feb/20 21:07
    Worklog Time Spent: 10m 
      Work Description: iemejia commented on pull request #10879: [BEAM-9326] 
Make JsonToRow transform input <String> instead of <? extends String>
URL: https://github.com/apache/beam/pull/10879
 
 
   
 
----------------------------------------------------------------
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:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 389618)
    Time Spent: 50m  (was: 40m)

> 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: 50m
>  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