[jira] [Commented] (CALCITE-1038) Obsolete AggregateConstantKeyRule

2016-01-04 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15081816#comment-15081816 ] Julian Hyde commented on CALCITE-1038: -- [~jcamachorodriguez], Can you please review my proposed

[jira] [Created] (CALCITE-1039) Assign a SqlKind value for each built-in aggregate function

2016-01-04 Thread Julian Hyde (JIRA)
Julian Hyde created CALCITE-1039: Summary: Assign a SqlKind value for each built-in aggregate function Key: CALCITE-1039 URL: https://issues.apache.org/jira/browse/CALCITE-1039 Project: Calcite

[jira] [Resolved] (CALCITE-1030) Json ModelHandler calling SchemaPlus.setCacheEnabled() causes UnsupportedOperationException when using SimpleCalciteSchema

2016-01-04 Thread Maryann Xue (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maryann Xue resolved CALCITE-1030. -- Resolution: Fixed Fixed in http://git-wip-us.apache.org/repos/asf/calcite/commit/39f505f. >

[jira] [Commented] (CALCITE-1030) Json ModelHandler calling SchemaPlus.setCacheEnabled() causes UnsupportedOperationException when using SimpleCalciteSchema

2016-01-04 Thread Maryann Xue (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15082227#comment-15082227 ] Maryann Xue commented on CALCITE-1030: -- Thank you [~julianhyde] for the advice! I'll go ahead and

[jira] [Created] (CALCITE-1042) Ensure that FILTER is BOOLEAN NOT NULL

2016-01-04 Thread Julian Hyde (JIRA)
Julian Hyde created CALCITE-1042: Summary: Ensure that FILTER is BOOLEAN NOT NULL Key: CALCITE-1042 URL: https://issues.apache.org/jira/browse/CALCITE-1042 Project: Calcite Issue Type: Bug

[jira] [Created] (CALCITE-1040) ColumnValue and TypedValue are unnecessarily both repeated

2016-01-04 Thread Josh Elser (JIRA)
Josh Elser created CALCITE-1040: --- Summary: ColumnValue and TypedValue are unnecessarily both repeated Key: CALCITE-1040 URL: https://issues.apache.org/jira/browse/CALCITE-1040 Project: Calcite

[jira] [Commented] (CALCITE-1030) Json ModelHandler calling SchemaPlus.setCacheEnabled() causes UnsupportedOperationException when using SimpleCalciteSchema

2016-01-04 Thread Maryann Xue (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15081517#comment-15081517 ] Maryann Xue commented on CALCITE-1030: -- [~julianhyde], what do you think would the solution that