Hello, The Apache Calcite team is pleased to announce the release of Apache Calcite 1.4.0 (incubating). This release is filled with a number of new features as well as numerous bug fixes. It includes 50+ resolved JIRAs and contributions from more than 10 contributors. You can start using it in Maven by simply updating your dependency to:
<dependency> <groupId>org.apache.calcite</groupId> <artifactId>calcite-core</artifactId> <version>1.4.0-incubating</version> </dependency> If you'd like to download the source release, you can find it here: http://www.apache.org/dyn/closer.cgi/incubator/calcite/apache-calcite-1.4.0-incubating/ You can read more about the release (including release notes) here: http://calcite.incubator.apache.org/news/2015/09/02/release-1.4.0-incubating/ 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.incubator.apache.org Thanks to everyone involved! Jacques Nadeau, on behalf of the Apache Calcite Team Disclaimer: Apache Calcite is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
