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/04/06 22:03:35 UTC

incubator-calcite git commit: update history

Repository: incubator-calcite
Updated Branches:
  refs/heads/r1.2 9dcf39cbf -> 1da5fb179


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

Branch: refs/heads/r1.2
Commit: 1da5fb17959107a97ceca1af142fc04e28c6c85b
Parents: 9dcf39c
Author: Julian Hyde <jh...@apache.org>
Authored: Mon Apr 6 13:04:21 2015 -0700
Committer: Julian Hyde <jh...@apache.org>
Committed: Mon Apr 6 13:04:21 2015 -0700

----------------------------------------------------------------------
 doc/HISTORY.md | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-calcite/blob/1da5fb17/doc/HISTORY.md
----------------------------------------------------------------------
diff --git a/doc/HISTORY.md b/doc/HISTORY.md
index 0366251..b56b896 100644
--- a/doc/HISTORY.md
+++ b/doc/HISTORY.md
@@ -3,21 +3,21 @@
 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.2.0-incubating">1.2.0-incubating</a> / 2015-04-0x
+
 A short release, less than a month after 1.1.
 
-There have been many changes to Avatica, improving its coverage of the
+There have been many changes to Avatica, hugely improving its coverage of the
 JDBC API and overall robustness. A new provider, `JdbcMeta`, allows
 you to remote an existing JDBC driver.
 
-In [<a href="https://issues.apache.org/jira/browse/CALCITE-606">CALCITE-606</a>],
-we improved how the planner propagates traits such as collation and
+[<a href="https://issues.apache.org/jira/browse/CALCITE-606">CALCITE-606</a>]
+improves how the planner propagates traits such as collation and
 distribution among relational expressions.
 
-With [<a href="https://issues.apache.org/jira/browse/CALCITE-613">CALCITE-613</a>]
+[<a href="https://issues.apache.org/jira/browse/CALCITE-613">CALCITE-613</a>]
 and [<a href="https://issues.apache.org/jira/browse/CALCITE-307">CALCITE-307</a>]
-Calcite's SQL dialect handles implicit and explicit conversions better.
-
-## <a href="https://github.com/apache/incubator-calcite/releases/tag/calcite-1.2.0-incubating">1.2.0-incubating</a> / 2015-04-0x
+improve implicit and explicit conversions in SQL.
 
 New features
 * [<a href="https://issues.apache.org/jira/browse/CALCITE-613">CALCITE-613</a>]