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 & 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)