You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "Maryann Xue (JIRA)" <ji...@apache.org> on 2017/04/06 19:57:41 UTC

[jira] [Created] (CALCITE-1742) Avoid caching sub-objects from CalciteSchema if caching is not enabled

Maryann Xue created CALCITE-1742:
------------------------------------

             Summary: Avoid caching sub-objects from CalciteSchema if caching is not enabled
                 Key: CALCITE-1742
                 URL: https://issues.apache.org/jira/browse/CALCITE-1742
             Project: Calcite
          Issue Type: Bug
          Components: core
    Affects Versions: 1.12.0
            Reporter: Maryann Xue
            Assignee: Maryann Xue


We have two implementations of CalciteSchema, {{CachingCalciteSchema}} and {{SimpleCalciteSchema}}. There is still caching in the parent class {{CalciteSchema}}, though, that causes objects to be cached even if caching is not enabled (as in {{SimpleCalciteSchema}}.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)