You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "Vladimir Sitnikov (Jira)" <ji...@apache.org> on 2020/01/05 13:30:00 UTC

[jira] [Created] (CALCITE-3710) MaterializationService#defineMaterialization should inherit connection properties

Vladimir Sitnikov created CALCITE-3710:
------------------------------------------

             Summary: MaterializationService#defineMaterialization should inherit connection properties
                 Key: CALCITE-3710
                 URL: https://issues.apache.org/jira/browse/CALCITE-3710
             Project: Calcite
          Issue Type: Bug
          Components: core
    Affects Versions: 1.21.0
            Reporter: Vladimir Sitnikov


Currently, defineMaterialization uses
{code:java}
    final CalciteConnection connection =
        CalciteMetaImpl.connect(schema.root(), null);
{code}

so it does not inherit the connection properties (quoting, caseSensitive, etc).

Steps to reproduce: add {{.with(Lex.JAVA)}} to MaterializationTest (e.g. testPrePopulated)




--
This message was sent by Atlassian Jira
(v8.3.4#803005)