svn commit: r1691756 - in /spark: documentation.md research.md site/documentation.html site/research.html

2015-07-18 Thread matei
Author: matei Date: Sat Jul 18 17:16:22 2015 New Revision: 1691756 URL: http://svn.apache.org/r1691756 Log: Updates to documentation and research pages Modified: spark/documentation.md spark/research.md spark/site/documentation.html spark/site/research.html Modified:

spark git commit: [SPARK-9151][SQL] Implement code generation for Abs

2015-07-18 Thread rxin
Repository: spark Updated Branches: refs/heads/master 86c50bf72 - 225de8da2 [SPARK-9151][SQL] Implement code generation for Abs JIRA: https://issues.apache.org/jira/browse/SPARK-9151 Add codegen support for `Abs`. Author: Liang-Chi Hsieh vii...@appier.com Closes #7498 from

spark git commit: [SPARK-8240][SQL] string function: concat

2015-07-18 Thread rxin
Repository: spark Updated Branches: refs/heads/master 3d2134fc0 - 6e1e2eba6 [SPARK-8240][SQL] string function: concat Author: Reynold Xin r...@databricks.com Closes #7486 from rxin/concat and squashes the following commits: 5217d6e [Reynold Xin] Removed Hive's concat test. f5cb7a3 [Reynold

spark git commit: [SPARK-9055][SQL] WidenTypes should also support Intersect and Except

2015-07-18 Thread rxin
Repository: spark Updated Branches: refs/heads/master cdc36eef4 - 3d2134fc0 [SPARK-9055][SQL] WidenTypes should also support Intersect and Except JIRA: https://issues.apache.org/jira/browse/SPARK-9055 cc rxin Author: Yijie Shen henry.yijies...@gmail.com Closes #7491 from yijieshen/widen

spark git commit: [SPARK-9174][SQL] Add documentation for all public SQLConfs.

2015-07-18 Thread rxin
Repository: spark Updated Branches: refs/heads/master 6e1e2eba6 - e16a19a39 [SPARK-9174][SQL] Add documentation for all public SQLConfs. Author: Reynold Xin r...@databricks.com Closes #7500 from rxin/sqlconf and squashes the following commits: a5726c8 [Reynold Xin] [SPARK-9174][SQL] Add

spark git commit: [SPARK-9169][SQL] Improve unit test coverage for null expressions.

2015-07-18 Thread rxin
Repository: spark Updated Branches: refs/heads/master b9ef7ac98 - fba3f5ba8 [SPARK-9169][SQL] Improve unit test coverage for null expressions. Author: Reynold Xin r...@databricks.com Closes #7490 from rxin/unit-test-null-funcs and squashes the following commits: 7b276f0 [Reynold Xin] Move

spark git commit: [SPARK-9171][SQL] add and improve tests for nondeterministic expressions

2015-07-18 Thread rxin
Repository: spark Updated Branches: refs/heads/master 692378c01 - 86c50bf72 [SPARK-9171][SQL] add and improve tests for nondeterministic expressions Author: Wenchen Fan cloud0...@outlook.com Closes #7496 from cloud-fan/tests and squashes the following commits: 0958f90 [Wenchen Fan] improve

spark git commit: [SPARK-9143] [SQL] Add planner rule for automatically inserting Unsafe - Safe row format converters

2015-07-18 Thread rxin
Repository: spark Updated Branches: refs/heads/master fba3f5ba8 - b8aec6cd2 [SPARK-9143] [SQL] Add planner rule for automatically inserting Unsafe - Safe row format converters Now that we have two different internal row formats, UnsafeRow and the old Java-object-based row format, we end up

spark git commit: [SPARK-9167][SQL] use UTC Calendar in `stringToDate`

2015-07-18 Thread rxin
Repository: spark Updated Branches: refs/heads/master 1b4ff0553 - 692378c01 [SPARK-9167][SQL] use UTC Calendar in `stringToDate` fix 2 bugs introduced in https://github.com/apache/spark/pull/7353 1. we should use UTC Calendar when cast string to date . Before #7353 , we use

spark git commit: [MLLIB] [DOC] Seed fix in mllib naive bayes example

2015-07-18 Thread meng
Repository: spark Updated Branches: refs/heads/master 101790820 - b9ef7ac98 [MLLIB] [DOC] Seed fix in mllib naive bayes example Previous seed resulted in empty test data set. Author: Paweł Kozikowski mupa...@gmail.com Closes #7477 from mupakoz/patch-1 and squashes the following commits:

svn commit: r1691757 - in /spark: documentation.md site/documentation.html

2015-07-18 Thread matei
Author: matei Date: Sat Jul 18 17:17:39 2015 New Revision: 1691757 URL: http://svn.apache.org/r1691757 Log: Fix author of Packt book Modified: spark/documentation.md spark/site/documentation.html Modified: spark/documentation.md URL:

spark git commit: Closes #6122

2015-07-18 Thread rxin
Repository: spark Updated Branches: refs/heads/master 225de8da2 - cdc36eef4 Closes #6122 Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/cdc36eef Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/cdc36eef Diff:

spark git commit: [SPARK-8278] Remove non-streaming JSON reader.

2015-07-18 Thread rxin
Repository: spark Updated Branches: refs/heads/master 9914b1b2c - 45d798c32 [SPARK-8278] Remove non-streaming JSON reader. Author: Reynold Xin r...@databricks.com Closes #7501 from rxin/jsonrdd and squashes the following commits: 767ec55 [Reynold Xin] More Mima 51f456e [Reynold Xin] Mima

spark git commit: [SPARK-8443][SQL] Split GenerateMutableProjection Codegen due to JVM Code Size Limits

2015-07-18 Thread rxin
Repository: spark Updated Branches: refs/heads/master 45d798c32 - 6cb6096c0 [SPARK-8443][SQL] Split GenerateMutableProjection Codegen due to JVM Code Size Limits By grouping projection calls into multiple apply function, we are able to push the number of projections codegen can handle from

spark git commit: [SPARK-8199][SPARK-8184][SPARK-8183][SPARK-8182][SPARK-8181][SPARK-8180][SPARK-8179][SPARK-8177][SPARK-8178][SPARK-9115][SQL] date functions

2015-07-18 Thread rxin
Repository: spark Updated Branches: refs/heads/master 6cb6096c0 - 83b682bee [SPARK-8199][SPARK-8184][SPARK-8183][SPARK-8182][SPARK-8181][SPARK-8180][SPARK-8179][SPARK-8177][SPARK-8178][SPARK-9115][SQL] date functions Jira: https://issues.apache.org/jira/browse/SPARK-8199

spark git commit: Fixed test cases.

2015-07-18 Thread rxin
Repository: spark Updated Branches: refs/heads/master 83b682bee - 04c1b49f5 Fixed test cases. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/04c1b49f Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/04c1b49f Diff:

spark git commit: [SPARK-9150][SQL] Create CodegenFallback and Unevaluable trait

2015-07-18 Thread rxin
Repository: spark Updated Branches: refs/heads/master e16a19a39 - 9914b1b2c [SPARK-9150][SQL] Create CodegenFallback and Unevaluable trait It is very hard to track which expressions have code gen implemented or not. This patch removes the default fallback gencode implementation from