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

2016-06-08 Thread Julian Hyde
Changing my vote to -1 due to show-stopper CALCITE-1279, and canceling the vote. Expect RC1 shortly. Julian > On Jun 8, 2016, at 1:10 PM, Julian Hyde wrote: > > I just discovered https://issues.apache.org/jira/browse/CALCITE-1279. > It affects a significant proportion of

Re: [DISCUSS] Allow HOCON as a format for Calcite models and config files

2016-06-08 Thread Julian Hyde
I have logged https://issues.apache.org/jira/browse/CALCITE-1280 to capture this discussion. I think HOCON and YAML are both strong candidates if someone wanted to contribute them (in addition to JSON of course). > On Jun 6, 2016, at 6:36

Re: Postgres queries always result in 'table not found' error

2016-06-08 Thread Julian Hyde
Can you try ResultSet rs = stmt3.executeQuery("select * from db1.\”table1\"”); I don’t recall PostgreSQL’s case-sensitivity policy, but if table1 is lower-case in PostgreSQL’s catalog then it will be lower-case in Calcite’s too. Calcite’s default case-sensitity policy, like Oracle’s, is to

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

2016-06-08 Thread Julian Hyde
I just discovered https://issues.apache.org/jira/browse/CALCITE-1279. It affects a significant proportion of queries going through the Druid adapter. I am inclined to declare this a show-stopper and change my vote to -1. We could make a new RC today with a fix to this and Alan's bug

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

2016-06-08 Thread Jesus Camacho Rodriguez
+1 Downloaded it, checked the signatures, built it, run the test suite. Thanks, Jesús On 6/7/16, 7:42 PM, "Alan Gates" wrote: >+1. Checked the signatures, did a build, and ran rat. The rat check fails >because the git.properties file doesn’t have an Apache

[jira] [Created] (CALCITE-1279) Druid "select" query gives ClassCastException

2016-06-08 Thread Julian Hyde (JIRA)
Julian Hyde created CALCITE-1279: Summary: Druid "select" query gives ClassCastException Key: CALCITE-1279 URL: https://issues.apache.org/jira/browse/CALCITE-1279 Project: Calcite Issue

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

2016-06-08 Thread Josh Elser
+1 * xsums/sigs match * Can build and run tests (zip and tgz) * Checked dependencies on elasticsearch and druid drivers (for ASLv2 compliance) and verified there weren't any other changes in dependencies since 1.7.0 * read over release notes Thanks for putting this together, Julian! Julian

[jira] [Created] (CALCITE-1278) CalciteSignature's ColumnMetaData info is wrong for DELETE

2016-06-08 Thread Maryann Xue (JIRA)
Maryann Xue created CALCITE-1278: Summary: CalciteSignature's ColumnMetaData info is wrong for DELETE Key: CALCITE-1278 URL: https://issues.apache.org/jira/browse/CALCITE-1278 Project: Calcite

Postgres queries always result in 'table not found' error

2016-06-08 Thread Dan Payne
I'm new to Calcite and trying to query across multiple databases in Postgres. But first I'm just trying to get a simple use case working where I query a single Postgres DB via Calcite and JDBC. However, any 'select' query executed against Postgres always throws an exception with 'table x not