[jira] [Created] (CALCITE-1975) make some method in SqlTypeFactoryImpl public

2017-09-06 Thread Ruidong Li (JIRA)
Ruidong Li created CALCITE-1975: --- Summary: make some method in SqlTypeFactoryImpl public Key: CALCITE-1975 URL: https://issues.apache.org/jira/browse/CALCITE-1975 Project: Calcite Issue Type:

[jira] [Commented] (CALCITE-1935) Reference implementation for MATCH_RECOGNIZE

2017-09-06 Thread Zhiqiang He (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1935?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16156329#comment-16156329 ] Zhiqiang He commented on CALCITE-1935: -- I'm very sorry to replay so late. I still thinks that we

[jira] [Commented] (CALCITE-1946) Dialects lacking support for nested aggregations should use sub select instead

2017-09-06 Thread Pawel Ruchaj (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16156230#comment-16156230 ] Pawel Ruchaj commented on CALCITE-1946: --- More checks added:

[jira] [Commented] (CALCITE-1935) Reference implementation for MATCH_RECOGNIZE

2017-09-06 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1935?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16156103#comment-16156103 ] Julian Hyde commented on CALCITE-1935: -- Here is a dev branch with match.iq:

[jira] [Commented] (CALCITE-1940) Implement dialect specific support for sequences

2017-09-06 Thread Christian Beikov (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16156072#comment-16156072 ] Christian Beikov commented on CALCITE-1940: --- The idea is to encapsulate all the dialect

[jira] [Commented] (CALCITE-1375) Why "select CONCAT('a','b') from EMPS" won't work?

2017-09-06 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16156071#comment-16156071 ] Julian Hyde commented on CALCITE-1375: -- I discovered that Oracle supports {{CONCAT}}; it is

[jira] [Updated] (CALCITE-1926) Function names are unparsed quoted while PostgreSQL can only handle unquoted function names

2017-09-06 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Hyde updated CALCITE-1926: - Affects Version/s: (was: 1.14.0) 1.13.0 > Function names are

[jira] [Commented] (CALCITE-1926) Function names are unparsed quoted while PostgreSQL can only handle unquoted function names

2017-09-06 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16155822#comment-16155822 ] Julian Hyde commented on CALCITE-1926: -- It also will require a unit test. > Function names are