Calcite-Master - Build # 156 - Still Failing

2017-12-05 Thread Apache Jenkins Server
The Apache Jenkins build system has built Calcite-Master (build #156) Status: Still Failing Check console output at https://builds.apache.org/job/Calcite-Master/156/ to view the results.

[VOTE] Release apache-calcite-1.15.0 (release candidate 1)

2017-12-05 Thread Julian Hyde
Hi all, I have created a build for Apache Calcite 1.15.0, release candidate 1. Changes since the previous release candidate: fixed the show-stopper CALCITE-2074, fixed the two minor issues raised in the last vote (CALCITE-2070 and a doc fix to watch out for scott.tmp), and also fixed

Re: end2end tests

2017-12-05 Thread Julian Hyde
More tests are always welcome. I would be wary of adding a new approach (assertj-db). Over time we end up with as many approaches as there are contributors, and so the code becomes hard to maintain. Consider using quidem (see QuidemTest and various .iq files in the code base); it combines

[jira] [Created] (CALCITE-2079) [Not working with ES5] java.lang.NoClassDefFoundError: org/apache/logging/log4j/Logger

2017-12-05 Thread Michael Despotopoulos (JIRA)
Michael Despotopoulos created CALCITE-2079: -- Summary: [Not working with ES5] java.lang.NoClassDefFoundError: org/apache/logging/log4j/Logger Key: CALCITE-2079 URL:

CachingCalciteSchema thread safe ?

2017-12-05 Thread Enrico Olivelli
Hi, I am getting strange NPEs using Calcite 1.15 (snapshot) like this: java.lang.NullPointerException at org.apache.calcite.prepare.PlannerImpl.rootSchema(PlannerImpl.java:312) at org.apache.calcite.prepare.PlannerImpl.createCatalogReader(PlannerImpl.java:291) at