You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Vladimir Sitnikov (JIRA)" <ji...@apache.org> on 2014/11/30 15:23:13 UTC

[jira] [Created] (CALCITE-489) Teach CalciteAssert to respect multiple settings

Vladimir Sitnikov created CALCITE-489:
-----------------------------------------

             Summary: Teach CalciteAssert to respect multiple settings
                 Key: CALCITE-489
                 URL: https://issues.apache.org/jira/browse/CALCITE-489
             Project: Calcite
          Issue Type: Bug
    Affects Versions: 1.0.0-incubating
            Reporter: Vladimir Sitnikov
            Assignee: Julian Hyde


Currently {{CalciteAssert}} allows to specify _either_ custom connection properties via {{with(Map)}} or custom schema via {{with(String, Object)}}.

Often it is required to set both simultaneously:
For instance, {{lex=JAVA}} is an easy way to write queries without quotes.
For testing correlation runtime, it is required to set {{forceDecorrelate=true/false}}.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)