[jira] [Created] (CALCITE-1500) Allow materialization-applied rels to run pre-processing programs

2016-11-20 Thread Maryann Xue (JIRA)
Maryann Xue created CALCITE-1500: Summary: Allow materialization-applied rels to run pre-processing programs Key: CALCITE-1500 URL: https://issues.apache.org/jira/browse/CALCITE-1500 Project: Calcite

[jira] [Created] (CALCITE-1499) Add an option to exclude VolcanoPlanner's "originalRoot" from planning process

2016-11-20 Thread Maryann Xue (JIRA)
Maryann Xue created CALCITE-1499: Summary: Add an option to exclude VolcanoPlanner's "originalRoot" from planning process Key: CALCITE-1499 URL: https://issues.apache.org/jira/browse/CALCITE-1499

[jira] [Created] (CALCITE-1498) RelMdUtil.checkInputForCollationAndLimit() should also consider input collations as a zero-length collation list.

2016-11-20 Thread Maryann Xue (JIRA)
Maryann Xue created CALCITE-1498: Summary: RelMdUtil.checkInputForCollationAndLimit() should also consider input collations as a zero-length collation list. Key: CALCITE-1498 URL:

Re: Calcite jdbc driver dependencies

2016-11-20 Thread Christian Tzolov
The underlying exception causing the "Unable to instantiate java compiler" seems to be: *Caused by: java.lang.ClassNotFoundException: No implementation of org.codehaus.commons.compiler is on the class path. Typically, you'd have 'janino.jar', or 'commons-compiler-jdk.jar', or both on the

Re: Calcite jdbc driver dependencies

2016-11-20 Thread Christian Tzolov
The uberized jdbc adapter fails with "Unable to instantiate java compiler" when i try it with tools like DbVisualizer or SQurriel . Noticed same error has been discussed in two others thread but there is no resolution. In my case the adapter pom contains a single janino-2.7.6 dependency (via the

Re: Calcite jdbc driver dependencies

2016-11-20 Thread Christian Tzolov
FYI, the uber jar jdbc did the job On 20 November 2016 at 22:34, Christian Tzolov wrote: > Hi, > > I've been working on Calcite adapter for a nosql datastore. > > The prototype works fine when i test it with the Sqlline command line > tool. But it is not entirely clear how

Calcite jdbc driver dependencies

2016-11-20 Thread Christian Tzolov
Hi, I've been working on Calcite adapter for a nosql datastore. The prototype works fine when i test it with the Sqlline command line tool. But it is not entirely clear how to use it through a jdbc driver from 3rd party tools. I've read the avatica docs but not sure if i'm getting it right. For