[
https://issues.apache.org/jira/browse/CALCITE-489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14243820#comment-14243820
]
Vladimir Sitnikov edited comment on CALCITE-489 at 1/6/15 11:50 AM:
--------------------------------------------------------------------
-Fixed in-
https://git-wip-us.apache.org/repos/asf?p=incubator-calcite.git;a=commitdiff;h=696da1685f6c86b6e90abfbe369ea861deeb72d5
Update: No fix was really committed.
Here's relevant commit part:
{code:java}
+ Bug.remark(
+ "CALCITE-489 - Teach CalciteAssert to respect multiple
settings");{code}
was (Author: vladimirsitnikov):
Fixed in
https://git-wip-us.apache.org/repos/asf?p=incubator-calcite.git;a=commitdiff;h=696da1685f6c86b6e90abfbe369ea861deeb72d5
> 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
> Labels: newbie
>
> 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)