[
https://issues.apache.org/jira/browse/FLINK-18504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17321375#comment-17321375
]
Flink Jira Bot commented on FLINK-18504:
----------------------------------------
This issue and all of its Sub-Tasks have not been updated for 180 days. So, it
has been labeled "stale-minor". If you are still affected by this bug or are
still interested in this issue, please give an update and remove the label. In
7 days the issue will be closed automatically.
> Mismatch between CsvTableSource constructor and builder params
> --------------------------------------------------------------
>
> Key: FLINK-18504
> URL: https://issues.apache.org/jira/browse/FLINK-18504
> Project: Flink
> Issue Type: Improvement
> Components: API / Core
> Affects Versions: 1.8.1, 1.8.2, 1.8.3, 1.9.0, 1.9.1, 1.9.2, 1.9.3, 1.10.0,
> 1.10.1
> Reporter: Chris Nix
> Priority: Minor
> Labels: stale-minor
>
> CsvTableSource has a three constructors and a public inner builder class.
> There's a slight mismatch between the constructors and the builders, namely:
> * The builder allows emptyColumnAsNull, but the constructors do not.
> * There's one constructor that allows selectedFields, but the builder does
> not.
> It feels a bit incongruous. Moreover, there's no way to use both these
> features.
> It might be good to align constructors and builder.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)