[
https://issues.apache.org/jira/browse/FLINK-10064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Timo Walther resolved FLINK-10064.
----------------------------------
Resolution: Fixed
Fix Version/s: (was: 1.7.0)
Fixed in 1.6.1: 8c9b59e79d35842a771214302dad75c1e99da682
Fixed in 1.7.0: 4b3dfb571e3b64b8fe340b29aa0d9edf1ce3fef5
> 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
>
>
> 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)