Calcite-Master - Build # 303 - Still Failing

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

Calcite-Avatica-Master - Build # 75 - Still Failing

2018-06-14 Thread Apache Jenkins Server
The Apache Jenkins build system has built Calcite-Avatica-Master (build #75) Status: Still Failing Check console output at https://builds.apache.org/job/Calcite-Avatica-Master/75/ to view the results.

Re: [2/2] calcite git commit: [CALCITE-2345] Running Unit tests with Fongo and integration tests with real mongo instance (Andrei Sereda)

2018-06-14 Thread Julian Hyde
This change introduces a javadoc error: [ERROR] /home/jhyde/regress/calcite/mongodb/src/test/java/org/apache/calcite/test/MongoAdapterIT.java:35: error: unexpected end tag: [ERROR] * Please fix ASAP. > On Jun 13, 2018, at 6:00 PM, mm...@apache.org wrote: > > [CALCITE-2345] Running Unit

Re: Calcite travis jdk11 failed while compilation of calcite-elasticsearch2 on travis

2018-06-14 Thread Kevin Risden
Also looks like this is causing issues with Avatica and bouncycastle on JDK 11: [ [1;31mERROR [m] error reading /root/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.55/bcprov-jdk15on-1.55.jar; invalid manifest format Kevin Risden On Thu, Jun 14, 2018 at 9:57 AM, Kevin Risden wrote: >

Re: [2/2] calcite git commit: [CALCITE-2345] Running Unit tests with Fongo and integration tests with real mongo instance (Andrei Sereda)

2018-06-14 Thread Andrei Sereda
Sorry it was my commit. I should have run site (javadoc) task before submitting PR. On Thu, Jun 14, 2018 at 11:05 AM Michael Mior wrote: > Done. Thanks for consistently running those tests. > -- > Michael Mior > mm...@apache.org > > > Le jeu. 14 juin 2018 à 10:42, Julian Hyde a écrit : > > >

[jira] [Created] (CALCITE-2361) Upgrade Bouncycastle to version 1.55

2018-06-14 Thread Kevin Risden (JIRA)
Kevin Risden created CALCITE-2361: - Summary: Upgrade Bouncycastle to version 1.55 Key: CALCITE-2361 URL: https://issues.apache.org/jira/browse/CALCITE-2361 Project: Calcite Issue Type:

Re: calcite git commit: [CALCITE-2358] use null literal instead of empty string. (b-slim)

2018-06-14 Thread Julian Hyde
In commit comment: please start with capital letter, no closing period, and don’t include contributor name if the contributor is a committer. Sorry to nit-pick. I sent out guidelines about this a week or so ago. And most importantly, make it clear which sub-system this applies to. This change

Re: [2/2] calcite git commit: [CALCITE-2345] Running Unit tests with Fongo and integration tests with real mongo instance (Andrei Sereda)

2018-06-14 Thread Michael Mior
Fixing now. -- Michael Mior mm...@apache.org Le jeu. 14 juin 2018 à 10:42, Julian Hyde a écrit : > This change introduces a javadoc error: > > [ERROR] > /home/jhyde/regress/calcite/mongodb/src/test/java/org/apache/calcite/test/MongoAdapterIT.java:35: > error: unexpected end tag: > [ERROR] *

Calcite-Avatica-Master - Build # 74 - Failure

2018-06-14 Thread Apache Jenkins Server
The Apache Jenkins build system has built Calcite-Avatica-Master (build #74) Status: Failure Check console output at https://builds.apache.org/job/Calcite-Avatica-Master/74/ to view the results.

[jira] [Created] (CALCITE-2362) PreparedStatement.setObject does not handle Array

2018-06-14 Thread Miles Spielberg (JIRA)
Miles Spielberg created CALCITE-2362: Summary: PreparedStatement.setObject does not handle Array Key: CALCITE-2362 URL: https://issues.apache.org/jira/browse/CALCITE-2362 Project: Calcite

[jira] [Created] (CALCITE-2363) Refactor RelShuttle not to depend on structures of RelNodes

2018-06-14 Thread Teruyoshi Zenmyo (JIRA)
Teruyoshi Zenmyo created CALCITE-2363: - Summary: Refactor RelShuttle not to depend on structures of RelNodes Key: CALCITE-2363 URL: https://issues.apache.org/jira/browse/CALCITE-2363 Project:

A NPE in Interpreter.CompilerImpl.combinedRowType while enabling Spark

2018-06-14 Thread Muhammad Gelbana
If Spark is enabled, the data context used by the Interpreter becomes *CalciteConnectionImpl.SlimDataContext* which has no *JavaTypeFactory* by design. So when the *org.apache.calcite.interpreter.JoinNode* is initialized and tries to combine the rowtype of the Join's inputs, a NPE occurs because