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

2016-09-21 Thread Jesus Camachorodriguez
Thanks to everyone who has tested the release candidate and given their comments and votes. The tally is as follows. 3 binding +1s: Julian Josh Jesús 1 non-binding +1s: Michael No 0s or -1s. Therefore I am delighted to announce that the proposal to release Apache Calcite 1.9.0 has passed.

Re: svn commit: r1761772 - in /calcite/site: apidocs/ apidocs/org/apache/calcite/ apidocs/org/apache/calcite/adapter/cassandra/ apidocs/org/apache/calcite/adapter/cassandra/class-use/ apidocs/org/apac

2016-09-21 Thread Jesus Camacho Rodriguez
I was already uploading a new version, it should be fixed now! Thanks for checking, Jesús On 9/21/16, 6:45 PM, "Julian Hyde" wrote: >Jesus, Thanks for re-generating the javadoc. But note that the version in the >javadoc is 1.10.0-SNAPSHOT, where it should be 1.10.0. I

Re: svn commit: r1761772 - in /calcite/site: apidocs/ apidocs/org/apache/calcite/ apidocs/org/apache/calcite/adapter/cassandra/ apidocs/org/apache/calcite/adapter/cassandra/class-use/ apidocs/org/apac

2016-09-21 Thread Julian Hyde
Jesus, Thanks for re-generating the javadoc. But note that the version in the javadoc is 1.10.0-SNAPSHOT, where it should be 1.10.0. I generally generate from the precise commit of the release (in this case 08c56b1). > On Sep 21, 2016, at 8:53 AM, jcama...@apache.org wrote: > > Author:

Re: Discarding functionQuantifier in SqlCall.clone method leads to nullif function mistake

2016-09-21 Thread Julian Hyde
You’re correct. Also, for efficiency I would override clone in SqlBasicCall, to avoid converting operands from an array to a list and back again. Can you please log a JIRA case and provide a patch? Julian > On Sep 21, 2016, at 5:37 AM, Donald,Zheng(vip.com) >

[jira] [Created] (CALCITE-1380) Redshift jdbc driver returns "POSTGRES" for its database product name

2016-09-21 Thread MinJi Kim (JIRA)
MinJi Kim created CALCITE-1380: -- Summary: Redshift jdbc driver returns "POSTGRES" for its database product name Key: CALCITE-1380 URL: https://issues.apache.org/jira/browse/CALCITE-1380 Project: Calcite

Subquery de-correlation

2016-09-21 Thread Vineet Garg
Hello Julian/Calcite community, I am working on adding subquery support in HIVE using calcite. From what I have read/understood so far Calcite requires HIVE to create RexSubqueryNode corresponding to a subquery and then call SubQueryRemoveRule to get rid of RexSubqueryNode and change it to

答复: Discarding functionQuantifier in SqlCall.clone method leads to nullif function mistake

2016-09-21 Thread Donald,Zheng(vip.com)
Thanks Julian. JIRA issue has been created https://issues.apache.org/jira/browse/CALCITE-1381 -邮件原件- 发件人: Julian Hyde [mailto:jh...@apache.org] 发送时间: 2016年9月22日 1:59 收件人: dev@calcite.apache.org 主题: Re: Discarding functionQuantifier in SqlCall.clone method leads to nullif function

[jira] [Created] (CALCITE-1381) Function quantifier should be retained in a cloned Sql call

2016-09-21 Thread zhengdong (JIRA)
zhengdong created CALCITE-1381: -- Summary: Function quantifier should be retained in a cloned Sql call Key: CALCITE-1381 URL: https://issues.apache.org/jira/browse/CALCITE-1381 Project: Calcite