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

Jun Zhang updated FLINK-10064:
------------------------------
    Description: 
Function *IsTableSink* should return *isSink* not *isSource*, I guess it was a 
small typo:
{code:java}
def isTableSink: Boolean = {
 isSource
}{code}

  was:
IsTableSink should return isSink not isSource, I guess it was a small typo:
{code:java}
def isTableSink: Boolean = {
 isSource
}{code}


> 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
>             Fix For: 1.6.0
>
>
> Function *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)

Reply via email to