Repository: calcite Updated Branches: refs/heads/master d71bd3d41 -> 4418d0b9f
Release note Calcite-1.5.0 Project: http://git-wip-us.apache.org/repos/asf/calcite/repo Commit: http://git-wip-us.apache.org/repos/asf/calcite/commit/4418d0b9 Tree: http://git-wip-us.apache.org/repos/asf/calcite/tree/4418d0b9 Diff: http://git-wip-us.apache.org/repos/asf/calcite/diff/4418d0b9 Branch: refs/heads/master Commit: 4418d0b9f0aa074bc297df8e82f6940bddbb53d5 Parents: d71bd3d Author: Jesus Camacho Rodriguez <[email protected]> Authored: Tue Nov 10 10:16:51 2015 +0100 Committer: Jesus Camacho Rodriguez <[email protected]> Committed: Tue Nov 10 10:16:51 2015 +0100 ---------------------------------------------------------------------- site/_posts/2015-11-10-release-1.5.0.md | 35 ++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/calcite/blob/4418d0b9/site/_posts/2015-11-10-release-1.5.0.md ---------------------------------------------------------------------- diff --git a/site/_posts/2015-11-10-release-1.5.0.md b/site/_posts/2015-11-10-release-1.5.0.md new file mode 100644 index 0000000..5c21817 --- /dev/null +++ b/site/_posts/2015-11-10-release-1.5.0.md @@ -0,0 +1,35 @@ +--- +layout: news_item +date: "2015-11-10 12:00:00 +0000" +author: jcamacho +version: 1.5.0 +categories: [release] +tag: v1-5-0 +sha: ba6e43c +--- +<!-- +{% comment %} +Licensed to the Apache Software Foundation (ASF) under one or more +contributor license agreements. See the NOTICE file distributed with +this work for additional information regarding copyright ownership. +The ASF licenses this file to you under the Apache License, Version 2.0 +(the "License"); you may not use this file except in compliance with +the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +{% endcomment %} +--> + +This is our first release as a top-level Apache project! Thanks to everyone who has contributed to it. + +In addition to a large number of bug fixes and minor enhancements, this release includes major improvements to Avatica, planner rules, and RelBuilder. + +Further, we built Piglet, a subset of the classic Hadoop language Pig. Pig is particularly interesting because it makes heavy use of nested multi-sets. You can follow this example to implement your own query language, and immediately taking advantage of Calcite's back-ends and optimizer rules. + +See the [release notes]({{ site.baseurl }}/docs/history.html#v1-5-0). \ No newline at end of file
