You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by jh...@apache.org on 2015/01/29 00:05:16 UTC

incubator-calcite git commit: Update history

Repository: incubator-calcite
Updated Branches:
  refs/heads/branch-1.0 341bdd8e2 -> 9a173c5f9


Update history


Project: http://git-wip-us.apache.org/repos/asf/incubator-calcite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-calcite/commit/9a173c5f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-calcite/tree/9a173c5f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-calcite/diff/9a173c5f

Branch: refs/heads/branch-1.0
Commit: 9a173c5f9e930592aecc96c52195ec075d0a77de
Parents: 341bdd8
Author: Julian Hyde <jh...@apache.org>
Authored: Wed Jan 28 14:50:27 2015 -0800
Committer: Julian Hyde <jh...@apache.org>
Committed: Wed Jan 28 15:04:33 2015 -0800

----------------------------------------------------------------------
 doc/HISTORY.md | 15 ++++++++++++++-
 doc/HOWTO.md   |  4 ++--
 2 files changed, 16 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-calcite/blob/9a173c5f/doc/HISTORY.md
----------------------------------------------------------------------
diff --git a/doc/HISTORY.md b/doc/HISTORY.md
index ab7bd0a..5ad1482 100644
--- a/doc/HISTORY.md
+++ b/doc/HISTORY.md
@@ -3,7 +3,7 @@
 For a full list of releases, see
 <a href="https://github.com/apache/incubator-calcite/releases">github</a>.
 
-## <a href="https://github.com/apache/incubator-calcite/releases/tag/calcite-1.0.0-incubating">1.0.0-incubating</a> / 2015-01-22
+## <a href="https://github.com/apache/incubator-calcite/releases/tag/calcite-1.0.0-incubating">1.0.0-incubating</a> / 2015-01-28
 
 Calcite's first major release.
 
@@ -143,6 +143,19 @@ Bug-fixes and internal changes
     compilation when the sources are unchanged
   * [<a href="https://issues.apache.org/jira/browse/CALCITE-535">CALCITE-535</a>]
     Support skip overwrite in hydromatic-resource
+* [<a href="https://issues.apache.org/jira/browse/CALCITE-575">CALCITE-575</a>]
+  Variant of `ProjectRemoveRule` that considers a project trivial only if its
+  field names are identical (John Pullokkaran)
+* [<a href="https://issues.apache.org/jira/browse/CALCITE-571">CALCITE-571</a>]
+  `ReduceExpressionsRule` tries to reduce `SemiJoin` condition to non-equi
+  condition
+* [<a href="https://issues.apache.org/jira/browse/CALCITE-568">CALCITE-568</a>]
+  Upgrade to a version of `pentaho-aggdesigner` that does not pull in
+  `servlet-api`
+* [<a href="https://issues.apache.org/jira/browse/CALCITE-567">CALCITE-567</a>]
+  Make `quidem` dependency have scope "test"
+* [<a href="https://issues.apache.org/jira/browse/CALCITE-570">CALCITE-570</a>]
+  `ReduceExpressionsRule` throws "duplicate key" exception
 * [<a href="https://issues.apache.org/jira/browse/CALCITE-561">CALCITE-561</a>]
   Upgrade parent POM
 * [<a href="https://issues.apache.org/jira/browse/CALCITE-458">CALCITE-458</a>]

http://git-wip-us.apache.org/repos/asf/incubator-calcite/blob/9a173c5f/doc/HOWTO.md
----------------------------------------------------------------------
diff --git a/doc/HOWTO.md b/doc/HOWTO.md
index a8f3563..1e113ec 100644
--- a/doc/HOWTO.md
+++ b/doc/HOWTO.md
@@ -304,7 +304,7 @@ When the dry-run has succeeded, change `install` to `deploy`.
 Before you start:
 * Set up signing keys as described above.
 * Make sure you are using JDK 1.7 (not 1.6 or 1.8).
-* Check that README, README.md and HOWTO.md have the correct version number.
+* Check that `README`, `README.md` and `HOWTO.md` have the correct version number.
 * Make sure build and tests succeed, including with
   -Dcalcite.test.db={mysql,hsqldb}, -Dcalcite.test.slow=true,
   -Dcalcite.test.mongodb=true, -Dcalcite.test.splunk=true.
@@ -353,7 +353,7 @@ Check the artifacts:
 * In the two source distros `.tar.gz` and `.zip` (currently there is
   no binary distro), check that all files belong to a directory called
   `apache-calcite-X.Y.Z-incubating-src`.
-* That directory must contain files `DISCLAIMER, `NOTICE`, `LICENSE`,
+* That directory must contain files `DISCLAIMER`, `NOTICE`, `LICENSE`,
   `README`, `README.md`, `git.properties`
   * Check that the version in `README` is correct
   * Check that `git.properties` is current