[jira] [Created] (CALCITE-1740) Distinct aggregate flag in window function

2017-04-05 Thread radu (JIRA)
radu created CALCITE-1740: - Summary: Distinct aggregate flag in window function Key: CALCITE-1740 URL: https://issues.apache.org/jira/browse/CALCITE-1740 Project: Calcite Issue Type: Bug

[jira] [Commented] (CALCITE-1740) Distinct aggregate flag in window function

2017-04-10 Thread radu (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15963260#comment-15963260 ] radu commented on CALCITE-1740: --- [~julianhyde] I looked over the logic of passing the DISTINCT keyword.

[jira] [Commented] (CALCITE-1740) Distinct aggregate flag in window function

2017-04-12 Thread radu (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15965502#comment-15965502 ] radu commented on CALCITE-1740: --- [~julianhyde] Great. I will proceed to add this modification. I know

[jira] [Commented] (CALCITE-1740) Distinct aggregate flag in window function

2017-04-07 Thread radu (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15960463#comment-15960463 ] radu commented on CALCITE-1740: --- [~julianhyde] I can try to tackle this problem. My ambitious is to

[jira] [Commented] (CALCITE-1740) Distinct aggregate flag in window function

2017-04-11 Thread radu (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15964086#comment-15964086 ] radu commented on CALCITE-1740: --- I have checked the tests in the RelOptRulesTest class, but i am not sure

[jira] [Commented] (CALCITE-1740) Distinct aggregate flag in window function

2017-04-21 Thread radu (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15978239#comment-15978239 ] radu commented on CALCITE-1740: --- [~julianhyde] Thanks a lot for the feedback. I will address these remarks

[jira] [Commented] (CALCITE-1740) Distinct aggregate flag in window function

2017-04-21 Thread radu (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15979003#comment-15979003 ] radu commented on CALCITE-1740: --- [~julianhyde] I have addressed the remarks except managing to create a

[jira] [Comment Edited] (CALCITE-1740) Distinct aggregate flag in window function

2017-04-21 Thread radu (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15979003#comment-15979003 ] radu edited comment on CALCITE-1740 at 4/21/17 4:30 PM: [~julianhyde] I have

[jira] [Commented] (CALCITE-1740) Distinct aggregate flag in window function

2017-04-21 Thread radu (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15979151#comment-15979151 ] radu commented on CALCITE-1740: --- [~julianhyde] I have updated the PR with the new code implementation that