[jira] [Commented] (CALCITE-4559) Create 'interface RexRule', a modular rewrite for row-expressions

2021-03-29 Thread James Starr (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-4559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17311102#comment-17311102 ] James Starr commented on CALCITE-4559: -- Are these rex rules going to be able to handle rewriting

[jira] [Commented] (CALCITE-4536) Add support for bool and bit types in Avatica

2021-03-29 Thread zengrui (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-4536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17311081#comment-17311081 ] zengrui commented on CALCITE-4536: -- OK,I will add some tests for it later. > Add support for bool and

[jira] [Commented] (CALCITE-4559) Create 'interface RexRule', a modular rewrite for row-expressions

2021-03-29 Thread Julian Hyde (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-4559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17311080#comment-17311080 ] Julian Hyde commented on CALCITE-4559: -- In

[jira] [Assigned] (CALCITE-4559) Create 'interface RexRule', a modular rewrite for row-expressions

2021-03-29 Thread Julian Hyde (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-4559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Hyde reassigned CALCITE-4559: Assignee: Julian Hyde > Create 'interface RexRule', a modular rewrite for

[jira] [Updated] (CALCITE-4559) Create 'interface RexRule', a modular rewrite for row-expressions

2021-03-29 Thread Julian Hyde (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-4559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Hyde updated CALCITE-4559: - Description: We propose to add {{class RexRule}}, a rewrite rule for row-expressions ({{class

[jira] [Created] (CALCITE-4559) Create 'interface RexRule', a modular rewrite for row-expressions

2021-03-29 Thread Julian Hyde (Jira)
Julian Hyde created CALCITE-4559: Summary: Create 'interface RexRule', a modular rewrite for row-expressions Key: CALCITE-4559 URL: https://issues.apache.org/jira/browse/CALCITE-4559 Project: Calcite

[jira] [Commented] (CALCITE-4558) Sort CPU cost should not incur per-field copy cost for alignment with filter and project

2021-03-29 Thread Julian Hyde (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-4558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17311053#comment-17311053 ] Julian Hyde commented on CALCITE-4558: -- Your assumption - that the records to be sorted are on a

[jira] [Commented] (CALCITE-3877) In RexWindow, make fields upperBound and lowerBound not-nullable

2021-03-29 Thread Stamatis Zampetakis (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17310525#comment-17310525 ] Stamatis Zampetakis commented on CALCITE-3877: -- [~julianhyde] I think we all agree and

[jira] [Comment Edited] (CALCITE-4557) Sort costing should account the number of sort keys: the more keys to compare, the more the cost

2021-03-29 Thread Vladimir Sitnikov (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-4557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17310474#comment-17310474 ] Vladimir Sitnikov edited comment on CALCITE-4557 at 3/29/21, 7:45 AM:

[jira] [Comment Edited] (CALCITE-4557) Sort costing should account the number of sort keys: the more keys to compare, the more the cost

2021-03-29 Thread Vladimir Sitnikov (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-4557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17310474#comment-17310474 ] Vladimir Sitnikov edited comment on CALCITE-4557 at 3/29/21, 7:44 AM:

[jira] [Comment Edited] (CALCITE-4557) Sort costing should account the number of sort keys: the more keys to compare, the more the cost

2021-03-29 Thread Vladimir Sitnikov (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-4557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17310474#comment-17310474 ] Vladimir Sitnikov edited comment on CALCITE-4557 at 3/29/21, 7:44 AM:

[jira] [Commented] (CALCITE-4557) Sort costing should account the number of sort keys: the more keys to compare, the more the cost

2021-03-29 Thread Vladimir Sitnikov (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-4557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17310474#comment-17310474 ] Vladimir Sitnikov commented on CALCITE-4557: (quote}Most likely, they all terminate in 1 or

[jira] [Comment Edited] (CALCITE-4557) Sort costing should account the number of sort keys: the more keys to compare, the more the cost

2021-03-29 Thread Vladimir Sitnikov (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-4557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17310474#comment-17310474 ] Vladimir Sitnikov edited comment on CALCITE-4557 at 3/29/21, 7:43 AM:

[jira] [Resolved] (CALCITE-4556) CalciteMetaImpl#createEmptyResultSet override of (Avatica) MetaImpl#createEmptyResultSet should not pass a class instance to CursorFactory#deduce

2021-03-29 Thread Stamatis Zampetakis (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-4556?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stamatis Zampetakis resolved CALCITE-4556. -- Resolution: Fixed Fixed in