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

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

Jun Zhang created FLINK-10064:
---------------------------------

             Summary: 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
             Fix For: 1.6.0


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



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