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

[jira] [Created] (FLINK-10697) Create an in-memory catalog that stores Flink's meta objects

Xuefu Zhang created FLINK-10697:
-----------------------------------

             Summary: Create an in-memory catalog that stores Flink's meta objects
                 Key: FLINK-10697
                 URL: https://issues.apache.org/jira/browse/FLINK-10697
             Project: Flink
          Issue Type: Sub-task
          Components: Table API &amp; SQL
    Affects Versions: 1.6.1
            Reporter: Xuefu Zhang


Currently all Flink meta objects (currently tables only) are stored in memory as part of Calcite catalog. Those objects are temporary (such as inline tables), others are meant to live beyond user session. As we introduce catalog for those objects (tables, views, and UDFs), it makes sense to organize them neatly. Further, having a catalog implementation that store those objects in memory is to retain the currently behavior, which can be configured by user.

Please note that this implementation is different from the current {{InMemoryExternalCatalog}, which is used mainly for testing and doesn't reflect what's actually needed for Flink meta objects.



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