Additional CHANGES.txt
Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/a9df7030 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/a9df7030 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/a9df7030 Branch: refs/heads/branch-1.1 Commit: a9df703081449c41c32cc982781fe1922eaf91ad Parents: 56070f1 Author: Patrick Wendell <[email protected]> Authored: Thu Aug 28 00:19:03 2014 -0700 Committer: Patrick Wendell <[email protected]> Committed: Thu Aug 28 00:19:03 2014 -0700 ---------------------------------------------------------------------- CHANGES.txt | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/a9df7030/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 6efb022..3a72a20 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -3,6 +3,36 @@ Spark Change Log Release 1.1.0 + [SPARK-3230][SQL] Fix udfs that return structs + Michael Armbrust <[email protected]> + 2014-08-28 00:15:23 -0700 + Commit: 2e8ad99, github.com/apache/spark/pull/2133 + + [SQL] Fixed 2 comment typos in SQLConf + Cheng Lian <[email protected]> + 2014-08-28 00:08:09 -0700 + Commit: c0e3bc1, github.com/apache/spark/pull/2172 + + HOTFIX: Don't build with YARN support for Mapr3 + Patrick Wendell <[email protected]> + 2014-08-27 15:40:40 -0700 + Commit: ad0fab2 + + [HOTFIX][SQL] Remove cleaning of UDFs + Michael Armbrust <[email protected]> + 2014-08-27 23:05:34 -0700 + Commit: 233c283, github.com/apache/spark/pull/2174 + + [HOTFIX] Wait for EOF only for the PySpark shell + Andrew Or <[email protected]> + 2014-08-27 23:03:46 -0700 + Commit: 54ccd93, github.com/apache/spark/pull/2170 + + BUILD: Updating CHANGES.txt for Spark 1.1 + Patrick Wendell <[email protected]> + 2014-08-27 15:55:59 -0700 + Commit: 8597e9c + Add line continuation for script to work w/ py2.7.5 Matthew Farrellee <[email protected]> 2014-08-27 15:50:30 -0700 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
