[jira] [Commented] (CALCITE-1288) Avoid doing the same join twice if count(distinct) exists

2016-06-10 Thread Aman Sinha (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15325730#comment-15325730 ] Aman Sinha commented on CALCITE-1288: - [~julianhyde], for systems that don't support Grouping Sets

[jira] [Updated] (CALCITE-1289) RexUtil.simplifyCase() should account for nullability

2016-06-10 Thread MinJi Kim (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] MinJi Kim updated CALCITE-1289: --- Description: RexUtil.simplify() returns incorrect type information if the RexNode is a

[jira] [Commented] (CALCITE-1288) Avoid doing the same join twice if count(distinct) exists

2016-06-10 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15325564#comment-15325564 ] Julian Hyde commented on CALCITE-1288: -- Did you consider leveraging CALCITE-732? > Avoid doing the

[jira] [Commented] (CALCITE-1288) Avoid doing the same join twice if count(distinct) exists

2016-06-10 Thread Gautam Kumar Parai (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15325541#comment-15325541 ] Gautam Kumar Parai commented on CALCITE-1288: - I have created the pull request at:

[jira] [Created] (CALCITE-1288) Avoid doing the same join twice if count(distinct) exists

2016-06-10 Thread Gautam Kumar Parai (JIRA)
Gautam Kumar Parai created CALCITE-1288: --- Summary: Avoid doing the same join twice if count(distinct) exists Key: CALCITE-1288 URL: https://issues.apache.org/jira/browse/CALCITE-1288 Project:

[jira] [Commented] (CALCITE-991) Create separate SqlFunctionCategory values for table functions and macros

2016-06-10 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-991?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15325363#comment-15325363 ] Julian Hyde commented on CALCITE-991: - Will review right after the release. > Create separate

[jira] [Commented] (CALCITE-1287) Potential wire compatibility issue with binary data

2016-06-10 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15325331#comment-15325331 ] Josh Elser commented on CALCITE-1287: - Added the TCK test in

[jira] [Created] (CALCITE-1287) Potential wire compatibility issue with binary data

2016-06-10 Thread Josh Elser (JIRA)
Josh Elser created CALCITE-1287: --- Summary: Potential wire compatibility issue with binary data Key: CALCITE-1287 URL: https://issues.apache.org/jira/browse/CALCITE-1287 Project: Calcite Issue

[jira] [Created] (CALCITE-1286) Create self-contained test-harness for TCK

2016-06-10 Thread Josh Elser (JIRA)
Josh Elser created CALCITE-1286: --- Summary: Create self-contained test-harness for TCK Key: CALCITE-1286 URL: https://issues.apache.org/jira/browse/CALCITE-1286 Project: Calcite Issue Type:

[jira] [Created] (CALCITE-1284) Move Quidem tests from JdbcTest into their own class

2016-06-10 Thread Julian Hyde (JIRA)
Julian Hyde created CALCITE-1284: Summary: Move Quidem tests from JdbcTest into their own class Key: CALCITE-1284 URL: https://issues.apache.org/jira/browse/CALCITE-1284 Project: Calcite

[jira] [Created] (CALCITE-1283) Nullability incorrectly assigned in SqlTypeFactory.leastRestrictiveSqlType()

2016-06-10 Thread MinJi Kim (JIRA)
MinJi Kim created CALCITE-1283: -- Summary: Nullability incorrectly assigned in SqlTypeFactory.leastRestrictiveSqlType() Key: CALCITE-1283 URL: https://issues.apache.org/jira/browse/CALCITE-1283 Project:

[jira] [Updated] (CALCITE-1278) CalciteSignature's ColumnMetaData info is wrong for DML (except INSERT)

2016-06-10 Thread Maryann Xue (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maryann Xue updated CALCITE-1278: - Attachment: CALCITE-1278.patch [~julianhyde], Could you please take a look at this patch? I'm