You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Jun Zhang (JIRA)" <ji...@apache.org> on 2018/08/05 17:00:01 UTC

[jira] [Updated] (FLINK-10064) Fixed a typo in ExternalCatalogTable

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

Jun Zhang updated FLINK-10064:
------------------------------
    Description: 
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 suppose it was a small typo:
{code:java}
def isTableSink: Boolean = {
 isSource
}{code}


> Fixed a typo in ExternalCatalogTable
> ------------------------------------
>
>                 Key: FLINK-10064
>                 URL: https://issues.apache.org/jira/browse/FLINK-10064
>             Project: Flink
>          Issue Type: Bug
>          Components: Table API &amp; SQL
>    Affects Versions: 1.6.0
>            Reporter: Jun Zhang
>            Assignee: Jun Zhang
>            Priority: Critical
>             Fix For: 1.6.0
>
>
> 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)