[jira] [Created] (CALCITE-2447) Power sqlfunction fails with NoSuchMethodException

2018-08-03 Thread Sergey Nuyanzin (JIRA)
Sergey Nuyanzin created CALCITE-2447: Summary: Power sqlfunction fails with NoSuchMethodException Key: CALCITE-2447 URL: https://issues.apache.org/jira/browse/CALCITE-2447 Project: Calcite

Re: problem with lateral join

2018-08-03 Thread ptr.bo...@gmail.com
I have created https://issues.apache.org/jira/browse/CALCITE-2446 with a reproduction test case. Any hints how to solve this appreciated :) On Thu, Aug 2, 2018 at 9:39 PM Julian Hyde wrote: > Sounds like an interesting bug in view expansion. Can you log a bug > please. If possible create a

[jira] [Created] (CALCITE-2446) Lateral joins not work when saved as custom views

2018-08-03 Thread Piotr Bojko (JIRA)
Piotr Bojko created CALCITE-2446: Summary: Lateral joins not work when saved as custom views Key: CALCITE-2446 URL: https://issues.apache.org/jira/browse/CALCITE-2446 Project: Calcite Issue

[jira] [Created] (CALCITE-2445) RexSimplify x=x

2018-08-03 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created CALCITE-2445: - Summary: RexSimplify x=x Key: CALCITE-2445 URL: https://issues.apache.org/jira/browse/CALCITE-2445 Project: Calcite Issue Type: Improvement

[jira] [Created] (CALCITE-2444) Rel2Sql: support c IN (1,2)

2018-08-03 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created CALCITE-2444: - Summary: Rel2Sql: support c IN (1,2) Key: CALCITE-2444 URL: https://issues.apache.org/jira/browse/CALCITE-2444 Project: Calcite Issue Type: Bug

[jira] [Created] (CALCITE-2443) Ability to pass ClientCache object to GeodeSchema constructor

2018-08-03 Thread Sandeep Chada (JIRA)
Sandeep Chada created CALCITE-2443: -- Summary: Ability to pass ClientCache object to GeodeSchema constructor Key: CALCITE-2443 URL: https://issues.apache.org/jira/browse/CALCITE-2443 Project: Calcite

Re: CassandraAdapterTest failure

2018-08-03 Thread Andrei Sereda
While trying to fix Sergey's issue with stale folder (see CALCITE-2442) I realized that CassandraUnit wasn't shutting down the cluster. So I've added a manual tearDown() method which explicitly calls close() on both session and cluster: https://github.com/apache/calcite/pull/775 Can you pls