[jira] [Updated] (CALCITE-3405) Prune columns for ProjectableFilterable when project is not simple mapping

2019-10-11 Thread jin xing (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] jin xing updated CALCITE-3405: -- Description: Say *beatles* is a *ProjectableFilterableTable*, below Sqls fail to do column pruning

[jira] [Updated] (CALCITE-3405) Prune columns for ProjectableFilterable when project is not simple mapping

2019-10-11 Thread jin xing (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] jin xing updated CALCITE-3405: -- Summary: Prune columns for ProjectableFilterable when project is not simple mapping (was: Pruning

[jira] [Updated] (CALCITE-3404) Promote plan for AggregateExpandDistinctAggregatesRule when all the agg expressions are distinct and have same arguments

2019-10-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated CALCITE-3404: Labels: pull-request-available (was: ) > Promote plan for

[jira] [Created] (CALCITE-3404) Promote plan for AggregateExpandDistinctAggregatesRule when all the agg expressions are distinct and have same arguments

2019-10-11 Thread Danny Chen (Jira)
Danny Chen created CALCITE-3404: --- Summary: Promote plan for AggregateExpandDistinctAggregatesRule when all the agg expressions are distinct and have same arguments Key: CALCITE-3404 URL:

[jira] [Resolved] (CALCITE-3217) Support "SELECT NULL"

2019-10-11 Thread Danny Chen (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Danny Chen resolved CALCITE-3217. - Fix Version/s: 1.21.0 Assignee: Danny Chen Resolution: Duplicate Mark as

[jira] [Commented] (CALCITE-3382) Rename current TUMBLE to "$TUMBLE" and add TUMBLE to Parser

2019-10-11 Thread Rui Wang (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16949880#comment-16949880 ] Rui Wang commented on CALCITE-3382: --- LGTM I don't have further comment. > Rename current TUMBLE to

[jira] [Comment Edited] (CALCITE-3368) PLUS, MUNUS and TIMES should be unsafe when simplifying ‘expression IS NULL’

2019-10-11 Thread Leonard Xu (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16949872#comment-16949872 ] Leonard Xu edited comment on CALCITE-3368 at 10/12/19 2:30 AM: ---

[jira] [Comment Edited] (CALCITE-3368) PLUS, MUNUS and TIMES should be unsafe when simplifying ‘expression IS NULL’

2019-10-11 Thread Leonard Xu (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16949872#comment-16949872 ] Leonard Xu edited comment on CALCITE-3368 at 10/12/19 2:29 AM: ---

[jira] [Commented] (CALCITE-3368) PLUS, MUNUS and TIMES should be unsafe when simplifying ‘expression IS NULL’

2019-10-11 Thread Leonard Xu (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16949872#comment-16949872 ] Leonard Xu commented on CALCITE-3368: - [~julianhyde] I'd like to  that the calculation will throw

[jira] [Commented] (CALCITE-3368) PLUS, MUNUS and TIMES should be unsafe when simplifying ‘expression IS NULL’

2019-10-11 Thread Julian Hyde (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16949867#comment-16949867 ] Julian Hyde commented on CALCITE-3368: -- What do we expect to be the result of 1073741824 +

[jira] [Commented] (CALCITE-3382) Rename current TUMBLE to "$TUMBLE" and add TUMBLE to Parser

2019-10-11 Thread Julian Hyde (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16949847#comment-16949847 ] Julian Hyde commented on CALCITE-3382: -- [~amaliujia] I cherry-picked your changes and fixed up a

[jira] [Commented] (CALCITE-3272) TUMBLE Table Value Function

2019-10-11 Thread Julian Hyde (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16949846#comment-16949846 ] Julian Hyde commented on CALCITE-3272: -- When fixing this, update the comment for SqlKind.TUMBLE to

[jira] [Created] (CALCITE-3403) WindowReduceExpressionsRule does not reuse RelMetadataQuery

2019-10-11 Thread Haisheng Yuan (Jira)
Haisheng Yuan created CALCITE-3403: -- Summary: WindowReduceExpressionsRule does not reuse RelMetadataQuery Key: CALCITE-3403 URL: https://issues.apache.org/jira/browse/CALCITE-3403 Project: Calcite

[jira] [Resolved] (CALCITE-3396) Materialization matching succeeds when query and view are both of UNION but have different 'all' property

2019-10-11 Thread Haisheng Yuan (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Haisheng Yuan resolved CALCITE-3396. Fix Version/s: 1.22.0 Resolution: Fixed Fixed in

[jira] [Created] (CALCITE-3402) Allow RANGE with compoud ORDER BY clause

2019-10-11 Thread benj (Jira)
benj created CALCITE-3402: - Summary: Allow RANGE with compoud ORDER BY clause Key: CALCITE-3402 URL: https://issues.apache.org/jira/browse/CALCITE-3402 Project: Calcite Issue Type: Improvement

[jira] [Resolved] (CALCITE-3394) Can not register implementation of a UDF with RexImpTable and use the same with RelBuilder

2019-10-11 Thread Vaishnavee Kulkarni (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vaishnavee Kulkarni resolved CALCITE-3394. -- Resolution: Not A Problem > Can not register implementation of a UDF with

[jira] [Commented] (CALCITE-3394) Can not register implementation of a UDF with RexImpTable and use the same with RelBuilder

2019-10-11 Thread Vaishnavee Kulkarni (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16949439#comment-16949439 ] Vaishnavee Kulkarni commented on CALCITE-3394: -- [~danny0405] Thank you for suggesting this

[jira] [Updated] (CALCITE-3401) Assume empty keystore passwords by default

2019-10-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated CALCITE-3401: Labels: pull-request-available (was: ) > Assume empty keystore passwords by default >

[jira] [Created] (CALCITE-3401) Assume empty keystore passwords by default

2019-10-11 Thread Jira
István Tóth created CALCITE-3401: Summary: Assume empty keystore passwords by default Key: CALCITE-3401 URL: https://issues.apache.org/jira/browse/CALCITE-3401 Project: Calcite Issue Type:

[jira] [Updated] (CALCITE-3368) PLUS, MUNUS and TIMES should be unsafe when simplifying ‘expression IS NULL’

2019-10-11 Thread Danny Chen (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Danny Chen updated CALCITE-3368: Summary: PLUS, MUNUS and TIMES should be unsafe when simplifying ‘expression IS NULL’ (was:

[jira] [Commented] (CALCITE-3368) Some problems simplifying ‘expression IS NULL’

2019-10-11 Thread Zoltan Haindrich (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16949266#comment-16949266 ] Zoltan Haindrich commented on CALCITE-3368: --- Could you please change the summary...I think we

[jira] [Commented] (CALCITE-3368) Some problems simplifying ‘expression IS NULL’

2019-10-11 Thread Zoltan Haindrich (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16949259#comment-16949259 ] Zoltan Haindrich commented on CALCITE-3368: --- I also think that we should probably add some

[jira] [Updated] (CALCITE-3379) Support expand STRING column expression of table during sql-to-rel conversion

2019-10-11 Thread Danny Chen (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Danny Chen updated CALCITE-3379: Summary: Support expand STRING column expression of table during sql-to-rel conversion (was:

[jira] [Updated] (CALCITE-3400) Add support for interpretering left/right/semi/anti/full join

2019-10-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated CALCITE-3400: Labels: pull-request-available (was: ) > Add support for interpretering

[jira] [Updated] (CALCITE-3400) Add support for interpretering left/right/semi/anti/full join

2019-10-11 Thread Wang Yanlin (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wang Yanlin updated CALCITE-3400: - Description: Currently, 

[jira] [Updated] (CALCITE-3400) Add support for interpretering left/right/semi/anti/full join

2019-10-11 Thread Wang Yanlin (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wang Yanlin updated CALCITE-3400: - Description: Currently, 

[jira] [Updated] (CALCITE-3400) Add support for interpretering left/right/semi/anti/full join

2019-10-11 Thread Wang Yanlin (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wang Yanlin updated CALCITE-3400: - Summary: Add support for interpretering left/right/semi/anti/full join (was: Add support for

[jira] [Created] (CALCITE-3400) Add support for interpretering outer/semi/anti/full join

2019-10-11 Thread Wang Yanlin (Jira)
Wang Yanlin created CALCITE-3400: Summary: Add support for interpretering outer/semi/anti/full join Key: CALCITE-3400 URL: https://issues.apache.org/jira/browse/CALCITE-3400 Project: Calcite

[jira] [Commented] (CALCITE-3368) Some problems simplifying ‘expression IS NULL’

2019-10-11 Thread Danny Chen (Jira)
[ https://issues.apache.org/jira/browse/CALCITE-3368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16949168#comment-16949168 ] Danny Chen commented on CALCITE-3368: - Personally, i'm + 1 to add a switch for the PLUS/MINUS/TIMES