Re: [DISCUSS] New minor release

2016-09-29 Thread Jungtaek Lim
Great! My recent work on Storm depends on CALCITE-1386 so I'd love to see next release sooner. Thanks all for putting the great efforts. Best, Jungtaek Lim (HeartSaVioR) 2016년 9월 30일 (금) 오전 3:13, Julian Hyde 님이 작성: > +1 > > Master branch is in good shape right now. Some good

[jira] [Created] (CALCITE-1403) DruidAdapterIT broken

2016-09-29 Thread Julian Hyde (JIRA)
Julian Hyde created CALCITE-1403: Summary: DruidAdapterIT broken Key: CALCITE-1403 URL: https://issues.apache.org/jira/browse/CALCITE-1403 Project: Calcite Issue Type: Bug

[DISCUSS] New minor release

2016-09-29 Thread Jesus Camacho Rodriguez
Hi team, I have been working on upgrading Hive to use Calcite 1.9.0, and we found some issues that prevent us from upgrading, e.g., CALCITE-1396, CALCITE-1397. Thus, I was thinking on starting a new release either tomorrow or beginning next week (I will be the release manager again). At first

Re: Creating a RelNode list from a logical Plan

2016-09-29 Thread Julian Hyde
Ah, it’s by design that a RelNode can’t find its parent. Why? Because it may have lots of parents! VolcanoPlanner uses dynamic programming, so a given RelNode, r, may be used several times in the same query. Each of RelNode that has r as an input is “a parent”. VolcanoPlanner also provides

[jira] [Created] (CALCITE-1402) Druid Filter translation incorrect if input reference is in RHS of comparison

2016-09-29 Thread Jesus Camacho Rodriguez (JIRA)
Jesus Camacho Rodriguez created CALCITE-1402: Summary: Druid Filter translation incorrect if input reference is in RHS of comparison Key: CALCITE-1402 URL:

[jira] [Created] (CALCITE-1401) SqlFunctions.arrayItem doesn't respect SQL standard when accessing array with index out of bound

2016-09-29 Thread Jungtaek Lim (JIRA)
Jungtaek Lim created CALCITE-1401: - Summary: SqlFunctions.arrayItem doesn't respect SQL standard when accessing array with index out of bound Key: CALCITE-1401 URL: