[jira] [Commented] (CALCITE-2051) Rules using Aggregate might check for simple grouping sets incorrectly

2017-11-17 Thread Jesus Camacho Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16257761#comment-16257761 ] Jesus Camacho Rodriguez commented on CALCITE-2051: -- bq. I do not believe so. In Hive,

[jira] [Commented] (CALCITE-2051) Rules using Aggregate might check for simple grouping sets incorrectly

2017-11-17 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16257718#comment-16257718 ] Julian Hyde commented on CALCITE-2051: -- bq. The operator could be more expressive than SQL I do

[jira] [Commented] (CALCITE-2051) Rules using Aggregate might check for simple grouping sets incorrectly

2017-11-17 Thread Jesus Camacho Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16257673#comment-16257673 ] Jesus Camacho Rodriguez commented on CALCITE-2051: -- [~julianhyde], we can make Hive

[jira] [Commented] (CALCITE-2051) Rules using Aggregate might check for simple grouping sets incorrectly

2017-11-17 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16257604#comment-16257604 ] Julian Hyde commented on CALCITE-2051: -- [~jcamachorodriguez], Please see proposed fix in

[jira] [Commented] (CALCITE-2051) Rules using Aggregate might check for simple grouping sets incorrectly

2017-11-17 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16257582#comment-16257582 ] Julian Hyde commented on CALCITE-2051: -- I think it was a mistake for Calcite to allow such

[jira] [Commented] (CALCITE-2054) Parser error on trivial UPDATE with dynamic parameters

2017-11-17 Thread Enrico Olivelli (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16257579#comment-16257579 ] Enrico Olivelli commented on CALCITE-2054: -- Thanks I will debug deeper SqlToRelConverter. I am

[jira] [Commented] (CALCITE-2059) Apache Geode adapter

2017-11-17 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16257562#comment-16257562 ] Julian Hyde commented on CALCITE-2059: -- Oh, and be sure to add to the ["Powered by Calcite"

[jira] [Commented] (CALCITE-2059) Apache Geode adapter

2017-11-17 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16257559#comment-16257559 ] Julian Hyde commented on CALCITE-2059: -- Very exciting! Looking forward to it. > Apache Geode

[jira] [Commented] (CALCITE-2054) Parser error on trivial UPDATE with dynamic parameters

2017-11-17 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16257552#comment-16257552 ] Julian Hyde commented on CALCITE-2054: -- Reviewing

[jira] [Updated] (CALCITE-2060) connection.getMetaData().getTypeInfo();

2017-11-17 Thread Sergio Sainz (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2060?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergio Sainz updated CALCITE-2060: -- Description: When running the following code we see the null pointer exception below: import

[jira] [Created] (CALCITE-2060) connection.getMetaData().getTypeInfo();

2017-11-17 Thread Sergio Sainz (JIRA)
Sergio Sainz created CALCITE-2060: - Summary: connection.getMetaData().getTypeInfo(); Key: CALCITE-2060 URL: https://issues.apache.org/jira/browse/CALCITE-2060 Project: Calcite Issue Type:

[jira] [Created] (CALCITE-2059) Apache Geode adapter

2017-11-17 Thread Christian Tzolov (JIRA)
Christian Tzolov created CALCITE-2059: - Summary: Apache Geode adapter Key: CALCITE-2059 URL: https://issues.apache.org/jira/browse/CALCITE-2059 Project: Calcite Issue Type: New Feature

[jira] [Commented] (CALCITE-2054) Parser error on trivial UPDATE with dynamic parameters

2017-11-17 Thread Enrico Olivelli (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16256880#comment-16256880 ] Enrico Olivelli commented on CALCITE-2054: -- I have tried to solve this problem, this is the

[jira] [Updated] (CALCITE-2054) Parser error on trivial UPDATE with dynamic parameters

2017-11-17 Thread Enrico Olivelli (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Enrico Olivelli updated CALCITE-2054: - Description: with a simple UPDATE like: UPDATE mytable set a=? where b=1 I get the