You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Samrat Deb (Jira)" <ji...@apache.org> on 2022/11/29 18:34:00 UTC

[jira] [Created] (FLINK-30240) Fix Doc error pointing to TableKind#MANAGED

Samrat Deb created FLINK-30240:
----------------------------------

             Summary: Fix Doc error pointing to TableKind#MANAGED 
                 Key: FLINK-30240
                 URL: https://issues.apache.org/jira/browse/FLINK-30240
             Project: Flink
          Issue Type: Bug
            Reporter: Samrat Deb


TableKind#MANAGED is referenced in [Catalog.java|https://github.com/apache/flink/blob/master/flink-table/flink-table-common/src/main/java/org/apache/flink/table/catalog/Catalog.java#L320]. 
but TableKind is an enum consisting of only 2 types 
`TABLE` and `VIEW`  [here|https://github.com/apache/flink/blob/master/flink-table/flink-table-common/src/main/java/org/apache/flink/table/catalog/CatalogBaseTable.java#L40]. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)