You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/01/08 13:04:00 UTC

[jira] [Updated] (FLINK-11285) Change the modifier of CsvTableSourceFactoryBase.createTableSource and CsvTableSinkFactoryBase.createTableSink to private[flink]

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

ASF GitHub Bot updated FLINK-11285:
-----------------------------------
    Labels: pull-request-available  (was: )

> Change the modifier of CsvTableSourceFactoryBase.createTableSource and CsvTableSinkFactoryBase.createTableSink to private[flink]
> --------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: FLINK-11285
>                 URL: https://issues.apache.org/jira/browse/FLINK-11285
>             Project: Flink
>          Issue Type: New Feature
>          Components: Table API &amp; SQL
>            Reporter: Dian Fu
>            Assignee: Dian Fu
>            Priority: Major
>              Labels: pull-request-available
>
> The modifier of CsvTableSourceFactoryBase.createTableSource and CsvTableSinkFactoryBase.createTableSink are currently protected. Users should not see these methods and they should use CsvBatchTableSinkFactory.createBatchTableSink, CsvAppendTableSinkFactory.createStreamTableSink, CsvBatchTableSourceFactory.createBatchTableSource, CsvAppendTableSourceFactory.createStreamTableSource instead.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)