[jira] [Commented] (CALCITE-2589) VolcanoPlanner#fireRules and VolcanoRuleCall#matchRecurse should ignore known-to-be-unimportant relations

2018-11-05 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16675733#comment-16675733 ] Julian Hyde commented on CALCITE-2589: -- Consider {{Filter(Filter(R, cheapFunction()),

[jira] [Resolved] (CALCITE-2605) NullPointerException when left outer join implemented with EnumerableCorrelate

2018-11-05 Thread Vladimir Sitnikov (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vladimir Sitnikov resolved CALCITE-2605. Resolution: Fixed Fixed in

[jira] [Commented] (CALCITE-2605) NullPointerException when left outer join implemented with EnumerableCorrelate

2018-11-05 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16675724#comment-16675724 ] Julian Hyde commented on CALCITE-2605: -- +1 > NullPointerException when left outer join

[jira] [Commented] (CALCITE-563) JDBC adapter fails to execute a prepared statement with a bind variable

2018-11-05 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16675720#comment-16675720 ] Julian Hyde commented on CALCITE-563: - I'd be OK if we were not able to handle the most complex

[jira] [Commented] (CALCITE-563) JDBC adapter fails to execute a prepared statement with a bind variable

2018-11-05 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16675660#comment-16675660 ] Julian Hyde commented on CALCITE-563: - I meant SqlString.dynamicParameters should be not-null, final

[jira] [Commented] (CALCITE-563) JDBC adapter fails to execute a prepared statement with a bind variable

2018-11-05 Thread Vladimir Sitnikov (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16675640#comment-16675640 ] Vladimir Sitnikov commented on CALCITE-563: --- {quote}Can you make dialect and dynamicParameters

[jira] [Commented] (CALCITE-563) JDBC adapter fails to execute a prepared statement with a bind variable

2018-11-05 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16675582#comment-16675582 ] Julian Hyde commented on CALCITE-563: - Can you make dialect and dynamicParameters not-null and

[jira] [Comment Edited] (CALCITE-563) JDBC adapter fails to execute a prepared statement with a bind variable

2018-11-05 Thread Vladimir Sitnikov (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16675359#comment-16675359 ] Vladimir Sitnikov edited comment on CALCITE-563 at 11/5/18 4:37 PM:

[jira] [Commented] (CALCITE-2609) Dynamic parameters ? pushed to underlying jdbc schema

2018-11-05 Thread Vladimir Sitnikov (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16675366#comment-16675366 ] Vladimir Sitnikov commented on CALCITE-2609: [~ptrbojko], I've added dynamicParameters to

[jira] [Updated] (CALCITE-563) JDBC adapter fails to execute a prepared statement with a bind variable

2018-11-05 Thread Vladimir Sitnikov (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vladimir Sitnikov updated CALCITE-563: -- Description: Description: Calcite fail to execute PreparedStatement bind variable to

[jira] [Commented] (CALCITE-2605) NullPointerException when left outer join implemented with EnumerableCorrelate

2018-11-05 Thread Vladimir Sitnikov (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16675279#comment-16675279 ] Vladimir Sitnikov commented on CALCITE-2605: If no objections, I'm going to commit

[jira] [Commented] (CALCITE-2266) Implement SQL 2016 JSON functions

2018-11-05 Thread Vladimir Sitnikov (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16675271#comment-16675271 ] Vladimir Sitnikov commented on CALCITE-2266: The feature looks great, and it definitely

[jira] [Commented] (CALCITE-2266) Implement SQL 2016 JSON functions

2018-11-05 Thread Michael Mior (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16675203#comment-16675203 ] Michael Mior commented on CALCITE-2266: --- I'm happy as-is. I'll let [~vlsi] respond before

[jira] [Updated] (CALCITE-2609) Dynamic parameters ? pushed to underlying jdbc schema

2018-11-05 Thread Michael Mior (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Mior updated CALCITE-2609: -- Description: When using PreparedStatement parameters "?" they can be pushed down to jdbc

[jira] [Commented] (CALCITE-2589) VolcanoPlanner#fireRules and VolcanoRuleCall#matchRecurse should ignore known-to-be-unimportant relations

2018-11-05 Thread zhen wang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16675091#comment-16675091 ] zhen wang commented on CALCITE-2589: [~julianhyde] I also mentioned set importance to zero before

[jira] [Commented] (CALCITE-2223) ProjectMergeRule is infinitely matched when is applied after ProjectReduceExpressionsRule

2018-11-05 Thread Vladimir Sitnikov (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16675086#comment-16675086 ] Vladimir Sitnikov commented on CALCITE-2223: [~zhenw], That's

[jira] [Commented] (CALCITE-2223) ProjectMergeRule is infinitely matched when is applied after ProjectReduceExpressionsRule

2018-11-05 Thread zhen wang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16675080#comment-16675080 ] zhen wang commented on CALCITE-2223: glad to see this pushed forward. [~vladimirsitnikov] BTW,

[jira] [Commented] (CALCITE-2641) DATE and TIMESTAMP arguments to user-defined table function

2018-11-05 Thread Piotr Bojko (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16674927#comment-16674927 ] Piotr Bojko commented on CALCITE-2641: -- I've created a pull

[jira] [Comment Edited] (CALCITE-2641) DATE and TIMESTAMP arguments to user-defined table function

2018-11-05 Thread Piotr Bojko (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16674927#comment-16674927 ] Piotr Bojko edited comment on CALCITE-2641 at 11/5/18 10:29 AM: I've

[jira] [Commented] (CALCITE-2653) Correct the operator syntax of String Function SUBSTRING in reference.md

2018-11-05 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16674880#comment-16674880 ] Julian Hyde commented on CALCITE-2653: -- I am still mystified why it doesn't work for you.