Re: [ANNOUNCE] Apache Calcite 1.10.0 released

2016-10-12 Thread Josh Elser

+1 to that!

Julian Hyde wrote:

Well done, Calcite community, for getting another high quality release out so 
quickly. Many thanks for being release manager, Jesus!

Julian



On Oct 12, 2016, at 8:37 AM, Jesus Camachorodriguez  wrote:

The Apache Calcite team is pleased to announce the release of Apache
Calcite 1.10.0.

Calcite is a dynamic data management framework. Its cost-based
optimizer converts queries, represented in relational algebra, into
executable plans. Calcite supports many front-end languages and
back-end data engines, and includes an SQL parser and, as a
sub-project, the Avatica JDBC driver.

This release comes shortly after 1.9.0. It includes mainly bug fixes
for the core and Druid adapter. For the latest, we fixed an important
issue that prevented us from handling consistently time dimensions in
different time zones.

You can start using it in Maven by simply updating your dependency to:

  
org.apache.calcite
calcite-core
1.10.0
  

If you'd like to download the source release, you can find it here:

  http://www.apache.org/dyn/closer.cgi/calcite/apache-calcite-1.10.0/

You can read more about the release (including release notes) here:

  http://calcite.apache.org/news/2016/10/12/release-1.10.0/

We welcome your help and feedback. For more information on how to
report problems, and to get involved, visit the project website at:

   http://calcite.apache.org/

Thanks to everyone involved!

Jesus Camacho Rodriguez, on behalf of the Apache Calcite Team






Re: [ANNOUNCE] Apache Calcite 1.10.0 released

2016-10-12 Thread Julian Hyde
Well done, Calcite community, for getting another high quality release out so 
quickly. Many thanks for being release manager, Jesus!

Julian


> On Oct 12, 2016, at 8:37 AM, Jesus Camachorodriguez  
> wrote:
> 
> The Apache Calcite team is pleased to announce the release of Apache
> Calcite 1.10.0.
> 
> Calcite is a dynamic data management framework. Its cost-based
> optimizer converts queries, represented in relational algebra, into
> executable plans. Calcite supports many front-end languages and
> back-end data engines, and includes an SQL parser and, as a
> sub-project, the Avatica JDBC driver.
> 
> This release comes shortly after 1.9.0. It includes mainly bug fixes
> for the core and Druid adapter. For the latest, we fixed an important
> issue that prevented us from handling consistently time dimensions in
> different time zones.
> 
> You can start using it in Maven by simply updating your dependency to:
> 
>  
>org.apache.calcite
>calcite-core
>1.10.0
>  
> 
> If you'd like to download the source release, you can find it here:
> 
>  http://www.apache.org/dyn/closer.cgi/calcite/apache-calcite-1.10.0/
> 
> You can read more about the release (including release notes) here:
> 
>  http://calcite.apache.org/news/2016/10/12/release-1.10.0/
> 
> We welcome your help and feedback. For more information on how to
> report problems, and to get involved, visit the project website at:
> 
>   http://calcite.apache.org/
> 
> Thanks to everyone involved!
> 
> Jesus Camacho Rodriguez, on behalf of the Apache Calcite Team
> 
>