[jira] [Comment Edited] (CALCITE-2555) RexSimplify: >=(true, null) could be simplified to null

2018-09-18 Thread pengzhiwei (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16620021#comment-16620021 ] pengzhiwei edited comment on CALCITE-2555 at 9/19/18 4:45 AM: --

[jira] [Comment Edited] (CALCITE-2555) RexSimplify: >=(true, null) could be simplified to null

2018-09-18 Thread pengzhiwei (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16620021#comment-16620021 ] pengzhiwei edited comment on CALCITE-2555 at 9/19/18 4:45 AM: --

[jira] [Commented] (CALCITE-2564) Suspicious code in org.apache.calcite.adapter.elasticsearch.ElasticsearchFilter#implement

2018-09-18 Thread Andrei Sereda (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16620057#comment-16620057 ] Andrei Sereda commented on CALCITE-2564: Fixed in

[jira] [Commented] (CALCITE-2528) Support Aggregates in ElasticSearch Adapter

2018-09-18 Thread Andrei Sereda (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16620024#comment-16620024 ] Andrei Sereda commented on CALCITE-2528: Fixed in 

[jira] [Commented] (CALCITE-2555) RexSimplify: >=(true, null) could be simplified to null

2018-09-18 Thread pengzhiwei (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16620021#comment-16620021 ] pengzhiwei commented on CALCITE-2555: - [~vladimirsitnikov] I think you are right that 

[jira] [Commented] (CALCITE-2564) Suspicious code in org.apache.calcite.adapter.elasticsearch.ElasticsearchFilter#implement

2018-09-18 Thread Andrei Sereda (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16619980#comment-16619980 ] Andrei Sereda commented on CALCITE-2564: [~vladimirsitnikov] dead code will be removed as part

[jira] [Commented] (CALCITE-2555) RexSimplify: >=(true, null) could be simplified to null

2018-09-18 Thread Vladimir Sitnikov (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16619278#comment-16619278 ] Vladimir Sitnikov commented on CALCITE-2555: After a bit of more thought (and a pointer to

[jira] [Commented] (CALCITE-2404) Accessing structured-types is not implemented by the runtime

2018-09-18 Thread Stamatis Zampetakis (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16619093#comment-16619093 ] Stamatis Zampetakis commented on CALCITE-2404: -- Great! I will resolve the new conflicts

[jira] [Resolved] (CALCITE-2549) Release Avatica Go 3.2.0

2018-09-18 Thread Francis Chuang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Francis Chuang resolved CALCITE-2549. - Resolution: Fixed > Release Avatica Go 3.2.0 > > >

[jira] [Commented] (CALCITE-1894) CsvTest.testCsvStream failing often

2018-09-18 Thread zhen wang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16618926#comment-16618926 ] zhen wang commented on CALCITE-1894: for the streaming example, it should not throw away the first

[jira] [Commented] (CALCITE-2444) Handle IN expressions when converting SqlNode to SQL

2018-09-18 Thread Zoltan Haindrich (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16618893#comment-16618893 ] Zoltan Haindrich commented on CALCITE-2444: --- Thank you [~vladimirsitnikov] for pinging! I've

[jira] [Commented] (CALCITE-2555) RexSimplify: >=(true, null) could be simplified to null

2018-09-18 Thread Vladimir Sitnikov (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16618713#comment-16618713 ] Vladimir Sitnikov commented on CALCITE-2555: In the mean time, [~pzw2018], would you please

[jira] [Resolved] (CALCITE-2504) Add randomized test for better code coverage of rex node create and simplification

2018-09-18 Thread Vladimir Sitnikov (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vladimir Sitnikov resolved CALCITE-2504. Resolution: Fixed Fix Version/s: 1.18.0 Fixed in 

[jira] [Commented] (CALCITE-2444) Handle IN expressions when converting SqlNode to SQL

2018-09-18 Thread Vladimir Sitnikov (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16618629#comment-16618629 ] Vladimir Sitnikov commented on CALCITE-2444: [~julianhyde], [~kgyrtkirk], the build is now

[jira] [Created] (CALCITE-2569) UDFs that are table functions must implement SqlTableFunction and have CURSOR as their return type

2018-09-18 Thread Julian Hyde (JIRA)
Julian Hyde created CALCITE-2569: Summary: UDFs that are table functions must implement SqlTableFunction and have CURSOR as their return type Key: CALCITE-2569 URL: