[jira] [Comment Edited] (CALCITE-2658) Introducing more ReduceExpressionRules

2018-11-12 Thread Chunwei Lei (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16679203#comment-16679203 ] Chunwei Lei edited comment on CALCITE-2658 at 11/13/18 6:09 AM: Thanks

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

2018-11-12 Thread Hongze Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16684653#comment-16684653 ] Hongze Zhang commented on CALCITE-2266: --- [~risdenk] Thank you for fixing up Travis CI, the new

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

2018-11-12 Thread Piotr Bojko (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16684430#comment-16684430 ] Piotr Bojko commented on CALCITE-563: - Hey, any thoughts on the pull? > JDBC adapter fails to

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

2018-11-12 Thread Michael Mior (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16684239#comment-16684239 ] Michael Mior commented on CALCITE-2266: --- Thanks for cleaning up after me. Unfortunately I don't

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

2018-11-12 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16684220#comment-16684220 ] Julian Hyde commented on CALCITE-2266: -- I'll take this. There are some code formatting issues too.

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

2018-11-12 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16684135#comment-16684135 ] Kevin Risden commented on CALCITE-2266: --- Looks like there might be another failure related to

[jira] [Commented] (CALCITE-2660) OsAdapterTest should check if required commands are available

2018-11-12 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16684082#comment-16684082 ] Kevin Risden commented on CALCITE-2660: --- Created PR for first test of this - 

[jira] [Assigned] (CALCITE-2660) OsAdapterTest should check if required commands are available

2018-11-12 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2660?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden reassigned CALCITE-2660: - Assignee: Kevin Risden > OsAdapterTest should check if required commands are

[jira] [Updated] (CALCITE-481) Add "Spool" operator, to allow re-use of relational expressions

2018-11-12 Thread Michael Mior (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-481?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Mior updated CALCITE-481: - Description: If a sub-tree occurs more than once in a query an efficient plan would probably

[jira] [Updated] (CALCITE-2666) JoinPushThroughJoinRule can't reach an optimal plan in some 3+ joins cases

2018-11-12 Thread Anton Haidai (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anton Haidai updated CALCITE-2666: -- Description: For example, the input query is the following: {code:java} SELECT * FROM X

[jira] [Updated] (CALCITE-2666) JoinPushThroughJoinRule can't reach an optimal plan in some 3+ joins cases

2018-11-12 Thread Anton Haidai (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anton Haidai updated CALCITE-2666: -- Description: For example, the input query is the following: {code:java} SELECT * FROM X

[jira] [Created] (CALCITE-2666) JoinPushThroughJoinRule can't reach an optimal plan in some 3+ joins cases

2018-11-12 Thread Anton Haidai (JIRA)
Anton Haidai created CALCITE-2666: - Summary: JoinPushThroughJoinRule can't reach an optimal plan in some 3+ joins cases Key: CALCITE-2666 URL: https://issues.apache.org/jira/browse/CALCITE-2666

[jira] [Commented] (CALCITE-2269) Enable errorprone checking

2018-11-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16683827#comment-16683827 ] ASF GitHub Bot commented on CALCITE-2269: - Github user risdenk commented on the issue:

[jira] [Commented] (CALCITE-2661) RelBuilder supports creating Exchange and SortExchange

2018-11-12 Thread Chunwei Lei (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16683723#comment-16683723 ] Chunwei Lei commented on CALCITE-2661: -- [~julianhyde] Thank you for your review. I updated the PR

[jira] [Commented] (CALCITE-2663) CREATE FUNCTION SQL statement

2018-11-12 Thread ambition (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16683546#comment-16683546 ] ambition commented on CALCITE-2663: ---   Read view comments, I can support "CREATE FUNCTION" and  "DROP

[jira] [Commented] (CALCITE-2663) CREATE FUNCTION SQL statement

2018-11-12 Thread Piotr Bojko (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16683494#comment-16683494 ] Piotr Bojko commented on CALCITE-2663: -- I wonder whether "AS class_name" is a valid use an "as"

[jira] [Commented] (CALCITE-2661) RelBuilder supports creating Exchange and SortExchange

2018-11-12 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16683409#comment-16683409 ] Julian Hyde commented on CALCITE-2661: -- I reviewed your PR: * It is very close - nice work! * You

[jira] [Commented] (CALCITE-2663) CREATE FUNCTION SQL statement

2018-11-12 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-2663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16683376#comment-16683376 ] Julian Hyde commented on CALCITE-2663: -- Thanks for logging this JIRA case for [PR