You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "dengziming (Jira)" <ji...@apache.org> on 2020/04/23 03:21:00 UTC

[jira] [Commented] (HUDI-821) Fix the wrong annotation of JCommander IStringConverter

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

dengziming commented on HUDI-821:
---------------------------------

please close it since it has been resolved by another commit

> Fix the wrong annotation of JCommander IStringConverter
> -------------------------------------------------------
>
>                 Key: HUDI-821
>                 URL: https://issues.apache.org/jira/browse/HUDI-821
>             Project: Apache Hudi (incubating)
>          Issue Type: Bug
>          Components: DeltaStreamer
>            Reporter: dengziming
>            Assignee: dengziming
>            Priority: Minor
>              Labels: pull-request-available
>
> Please refer to https://github.com/cbeust/jcommander/issues/253.
> If you define a list as argument to be parsed with an IStringConverter, JCommander will create a List<List<String>> instead of a List<String>.
> we should change `converter = TransformersConverter.class` to `converter = StringConverter.class, listConverter = TransformersConverter.class`.



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