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/02/06 20:26:56 UTC

[2/5] incubator-calcite git commit: Update history

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/ef533061
Tree: http://git-wip-us.apache.org/repos/asf/incubator-calcite/tree/ef533061
Diff: http://git-wip-us.apache.org/repos/asf/incubator-calcite/diff/ef533061

Branch: refs/heads/master
Commit: ef5330613ce0feae7b817f9383b77dbd5cf9c29b
Parents: 6c5dd43
Author: Julian Hyde <jh...@apache.org>
Authored: Wed Jan 28 14:50:27 2015 -0800
Committer: Julian Hyde <jh...@apache.org>
Committed: Sat Jan 31 16:43:38 2015 -0800

----------------------------------------------------------------------
 doc/HISTORY.md | 17 ++++++++++++++++-
 doc/HOWTO.md   |  4 ++--
 pom.xml        |  2 +-
 3 files changed, 19 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-calcite/blob/ef533061/doc/HISTORY.md
----------------------------------------------------------------------
diff --git a/doc/HISTORY.md b/doc/HISTORY.md
index ab7bd0a..36222ab 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-31
 
 Calcite's first major release.
 
@@ -143,6 +143,21 @@ 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-582">CALCITE-582</a>]
+  `EnumerableTableScan` broken when table has single column
+* [<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/ef533061/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

http://git-wip-us.apache.org/repos/asf/incubator-calcite/blob/ef533061/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 75ece87..19ca9df 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,7 +49,7 @@ limitations under the License.
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <top.dir>${project.basedir}</top.dir>
     <version.major>1</version.major>
-    <version.minor>1</version.minor>
+    <version.minor>0</version.minor>
   </properties>
 
   <issueManagement>