Re: [VOTE] Release apache-calcite-1.9.0 (release candidate 0)

2016-09-16 Thread Julian Hyde
-1 (binding) Downloaded, checked hashes, LICENSE, NOTICE; built on OS X using JDK 1.8. OK so far. I ran the tests and had one test failure: Tests run: 267, Failures: 1, Errors: 0, Skipped: 20, Time elapsed: 57.83 sec <<< FAILURE! - in org.apache.calcite.test.JdbcTest

[VOTE] Release apache-calcite-1.9.0 (release candidate 0)

2016-09-16 Thread Jesus Camachorodriguez
Hi all, I have created a build for Apache Calcite 1.9.0, release candidate 0. Thanks to everyone who has contributed to this release. You can read the release notes here: https://github.com/apache/calcite/blob/calcite-1.9.0/site/_docs/history.md The commit to be voted upon:

Error instantiating JsonCustomSchema(name=SALES)

2016-09-16 Thread Indrajith, Katkar Ravi
Hi Team, Iam exploring the csv examples , when I am trying to connect using jdbc with below details I got below error. JDBC drivers : org.apache.calcite.jdbc.Driver url : jdbc:calcite:model=c:/csv/target/test-classes/model.json java.lang.RuntimeException: Error instantiating

Re: [2/2] calcite git commit: Release notes

2016-09-16 Thread Julian Hyde
I've pushed a new web site based on this change so people can review Jesus' draft release notes: http://calcite.apache.org/docs/history.html You can also see the operator precedence table I added to the SQL reference as part of CALCITE-1095:

[jira] [Created] (CALCITE-1377) JdbcTest.testUnicode failure

2016-09-16 Thread Jesus Camacho Rodriguez (JIRA)
Jesus Camacho Rodriguez created CALCITE-1377: Summary: JdbcTest.testUnicode failure Key: CALCITE-1377 URL: https://issues.apache.org/jira/browse/CALCITE-1377 Project: Calcite

Re: overwrite insert syntax

2016-09-16 Thread Arina Yelchiyeva
I used extension to the parser through freemarker template. I have added parsing SqlInsertWithPartition() for new sql construct (insert into t2 (c1, c2) partition by (c1) select c1, c2 from t1) By I keep getting the following error: PARSE ERROR: Encountered "partition" at line 1, column 30. Though

[jira] [Created] (CALCITE-1376) Add test that sorts all operators based on precedence and checks their order

2016-09-16 Thread Jesus Camacho Rodriguez (JIRA)
Jesus Camacho Rodriguez created CALCITE-1376: Summary: Add test that sorts all operators based on precedence and checks their order Key: CALCITE-1376 URL: