[jira] [Created] (CALCITE-3352) ProjectToWindowRule sets wrong collation on generated Window

2019-09-17 Thread Pavel Gubin (Jira)
Pavel Gubin created CALCITE-3352: Summary: ProjectToWindowRule sets wrong collation on generated Window Key: CALCITE-3352 URL: https://issues.apache.org/jira/browse/CALCITE-3352 Project: Calcite

[jira] [Comment Edited] (CALCITE-3312) TIMESTAMPDIFF cannot be converted to SQL

2019-08-30 Thread Pavel Gubin (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16919373#comment-16919373 ] Pavel Gubin edited comment on CALCITE-3312 at 8/30/19 9:45 AM: --- Function

[jira] [Commented] (CALCITE-3312) TIMESTAMPDIFF cannot be converted to SQL

2019-08-30 Thread Pavel Gubin (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16919373#comment-16919373 ] Pavel Gubin commented on CALCITE-3312: -- Function call above is converted to

[jira] [Created] (CALCITE-3312) TIMESTAMPDIFF cannot be converted to SQL

2019-08-30 Thread Pavel Gubin (Jira)
Pavel Gubin created CALCITE-3312: Summary: TIMESTAMPDIFF cannot be converted to SQL Key: CALCITE-3312 URL: https://issues.apache.org/jira/browse/CALCITE-3312 Project: Calcite Issue Type: Bug

[jira] [Created] (CALCITE-2626) RelBuilder generates wrong field list for join

2018-10-12 Thread Pavel Gubin (JIRA)
Pavel Gubin created CALCITE-2626: Summary: RelBuilder generates wrong field list for join Key: CALCITE-2626 URL: https://issues.apache.org/jira/browse/CALCITE-2626 Project: Calcite Issue

[jira] [Created] (CALCITE-2375) EnumerableDefaults.join_() leaks connections

2018-06-22 Thread Pavel Gubin (JIRA)
Pavel Gubin created CALCITE-2375: Summary: EnumerableDefaults.join_() leaks connections Key: CALCITE-2375 URL: https://issues.apache.org/jira/browse/CALCITE-2375 Project: Calcite Issue Type:

[jira] [Commented] (CALCITE-2015) Planner generates incompatible plan

2018-06-04 Thread Pavel Gubin (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16500244#comment-16500244 ] Pavel Gubin commented on CALCITE-2015: -- I investigated it a bit more. Seems the problem is caused

[jira] [Commented] (CALCITE-2206) Queries with window functions fail when using HSQLDB

2018-03-27 Thread Pavel Gubin (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16415240#comment-16415240 ] Pavel Gubin commented on CALCITE-2206: -- Is there anything else that needs to be done to get this

[jira] [Commented] (CALCITE-2206) Queries with window functions fail when using HSQLDB

2018-03-14 Thread Pavel Gubin (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16398311#comment-16398311 ] Pavel Gubin commented on CALCITE-2206: -- Ok, pushed remaining changes. > Queries with window

[jira] [Commented] (CALCITE-2206) Queries with window functions fail when using HSQLDB

2018-03-13 Thread Pavel Gubin (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16396783#comment-16396783 ] Pavel Gubin commented on CALCITE-2206: -- Why would you want to deprecate the old JdbcConverterRule

[jira] [Updated] (CALCITE-2206) Queries with window functions fail when using HSQLDB

2018-03-13 Thread Pavel Gubin (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Gubin updated CALCITE-2206: - Summary: Queries with window functions fail when using HSQLDB (was: Window functions pushed to

[jira] [Created] (CALCITE-2206) Window functions pushed to JDBC databases regardless of their support

2018-03-07 Thread Pavel Gubin (JIRA)
Pavel Gubin created CALCITE-2206: Summary: Window functions pushed to JDBC databases regardless of their support Key: CALCITE-2206 URL: https://issues.apache.org/jira/browse/CALCITE-2206 Project:

[jira] [Commented] (CALCITE-1175) extract() from PostgreSQL timestamp column throws org.apache.calcite.sql.SqlSyntax$6: SPECIAL

2017-11-27 Thread Pavel Gubin (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16267050#comment-16267050 ] Pavel Gubin commented on CALCITE-1175: -- Should be fixed by CALCITE-1987 > extract() from

[jira] [Commented] (CALCITE-2015) Planner generates incompatible plan

2017-10-24 Thread Pavel Gubin (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16216579#comment-16216579 ] Pavel Gubin commented on CALCITE-2015: -- Increasing priority as it's quite generic. > Planner

[jira] [Updated] (CALCITE-2015) Planner generates incompatible plan

2017-10-24 Thread Pavel Gubin (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2015?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Gubin updated CALCITE-2015: - Priority: Critical (was: Major) > Planner generates incompatible plan >

[jira] [Commented] (CALCITE-2015) Planner generates incompatible plan

2017-10-24 Thread Pavel Gubin (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16216578#comment-16216578 ] Pavel Gubin commented on CALCITE-2015: -- I am able to reproduce this bug using the following SQL:

[jira] [Comment Edited] (CALCITE-2015) Planner generates incompatible plan

2017-10-18 Thread Pavel Gubin (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16209950#comment-16209950 ] Pavel Gubin edited comment on CALCITE-2015 at 10/18/17 8:17 PM: Test

[jira] [Updated] (CALCITE-2015) Planner generates incompatible plan

2017-10-18 Thread Pavel Gubin (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2015?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Gubin updated CALCITE-2015: - Attachment: Main.java Test code > Planner generates incompatible plan >

[jira] [Created] (CALCITE-2015) Planner generates incompatible plan

2017-10-18 Thread Pavel Gubin (JIRA)
Pavel Gubin created CALCITE-2015: Summary: Planner generates incompatible plan Key: CALCITE-2015 URL: https://issues.apache.org/jira/browse/CALCITE-2015 Project: Calcite Issue Type: Bug

[jira] [Created] (CALCITE-1980) java.lang.IndexOutOfBoundsException when building aggregate on top of project

2017-09-12 Thread Pavel Gubin (JIRA)
Pavel Gubin created CALCITE-1980: Summary: java.lang.IndexOutOfBoundsException when building aggregate on top of project Key: CALCITE-1980 URL: https://issues.apache.org/jira/browse/CALCITE-1980