Ismaël Mejía created BEAM-9326:
----------------------------------
Summary: 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
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)