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

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

     [ https://issues.apache.org/jira/browse/HUDI-821?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated HUDI-821:
--------------------------------
    Labels: pull-request-available  (was: )

> 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)