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/09 01:41:04 UTC

incubator-calcite git commit: [CALCITE-586] Prevent JSON serialization of Signature.internalParameters (Trevor Hartman)

Repository: incubator-calcite
Updated Branches:
  refs/heads/master e237804b0 -> 4b76c50d8


[CALCITE-586] Prevent JSON serialization of Signature.internalParameters (Trevor Hartman)

(That should have been the commit message for the previous commit.)

Update history

Close apache/incubator-calcite#48


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

Branch: refs/heads/master
Commit: 4b76c50d88c7524ef4c4a29a77cebcde8d317ca7
Parents: e237804
Author: Julian Hyde <jh...@apache.org>
Authored: Sun Feb 8 14:30:41 2015 -0800
Committer: Julian Hyde <jh...@apache.org>
Committed: Sun Feb 8 14:32:33 2015 -0800

----------------------------------------------------------------------
 doc/HISTORY.md | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-calcite/blob/4b76c50d/doc/HISTORY.md
----------------------------------------------------------------------
diff --git a/doc/HISTORY.md b/doc/HISTORY.md
index 36222ab..9c7746b 100644
--- a/doc/HISTORY.md
+++ b/doc/HISTORY.md
@@ -3,6 +3,32 @@
 For a full list of releases, see
 <a href="https://github.com/apache/incubator-calcite/releases">github</a>.
 
+## Since the last release
+
+* [<a href="https://issues.apache.org/jira/browse/CALCITE-586">CALCITE-586</a>]
+  Prevent JSON serialization of `Signature.internalParameters`
+* [<a href="https://issues.apache.org/jira/browse/CALCITE-573">CALCITE-573</a>]
+  Use user-given names in `RelOptUtil.createProject` and `createRename`
+* Collation as a trait:
+  * [<a href="https://issues.apache.org/jira/browse/CALCITE-88">CALCITE-88</a>]
+    Add collation as a trait and a kind of `RelNode` metadata
+  * [<a href="https://issues.apache.org/jira/browse/CALCITE-569">CALCITE-569</a>]
+    `ArrayIndexOutOfBoundsException` when deducing collation (Aman Sinha)
+  * [<a href="https://issues.apache.org/jira/browse/CALCITE-581">CALCITE-581</a>]
+    Add `LogicalSort` relational expression, and make `Sort` abstract
+  * [<a href="https://issues.apache.org/jira/browse/CALCITE-526">CALCITE-526</a>]
+    Add EnumerableMergeJoin, which exploits sorted inputs
+  * [<a href="https://issues.apache.org/jira/browse/CALCITE-71">CALCITE-71</a>]
+    Provide a way to declare that tables are sorted
+  * [<a href="https://issues.apache.org/jira/browse/CALCITE-576">CALCITE-576</a>]
+    Make RelCollation trait and AbstractRelNode.getCollationList consistent
+  * [<a href="https://issues.apache.org/jira/browse/CALCITE-254">CALCITE-254</a>]
+    [CALCITE-254] Propagate RelCollation on aliased columns in JoinRule
+  * [<a href="https://issues.apache.org/jira/browse/CALCITE-569">CALCITE-569</a>]
+    [CALCITE-569] ArrayIndexOutOfBoundsException when deducing collation
+* [<a href="https://issues.apache.org/jira/browse/CALCITE-572">CALCITE-572</a>]
+  Remove `Project.flags`
+
 ## <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.