[
https://issues.apache.org/jira/browse/FLINK-10064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Timo Walther updated FLINK-10064:
---------------------------------
Fix Version/s: 1.7.0
> Fix a typo in ExternalCatalogTable
> ----------------------------------
>
> Key: FLINK-10064
> URL: https://issues.apache.org/jira/browse/FLINK-10064
> Project: Flink
> Issue Type: Bug
> Components: Table API & SQL
> Affects Versions: 1.6.0
> Reporter: Jun Zhang
> Assignee: Jun Zhang
> Priority: Critical
> Labels: pull-request-available
> Fix For: 1.6.1, 1.7.0
>
>
> Function *ExternalCatalogTable.IsTableSink* should return *isSink* not
> *isSource*, I guess it was a small typo:
> {code:java}
> def isTableSink: Boolean = {
> isSource
> }{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)