git commit: [SPARK-1977][MLLIB] register mutable BitSet in MovieLenseALS

2014-07-07 Thread meng
Repository: spark Updated Branches: refs/heads/branch-1.0 b459aa77f - 5044ba60a [SPARK-1977][MLLIB] register mutable BitSet in MovieLenseALS Author: Neville Li nevi...@spotify.com Closes #1319 from nevillelyh/gh/SPARK-1977 and squashes the following commits: 1f0a355 [Neville Li]

svn commit: r1608626 - in /spark: downloads.md site/downloads.html

2014-07-07 Thread rxin
Author: rxin Date: Mon Jul 7 22:47:19 2014 New Revision: 1608626 URL: http://svn.apache.org/r1608626 Log: Fix 1.0.0 release notes link. Modified: spark/downloads.md spark/site/downloads.html Modified: spark/downloads.md URL:

git commit: [SPARK-2339][SQL] SQL parser in sql-core is case sensitive, but a table alias is converted to lower case when we create Subquery

2014-07-07 Thread marmbrus
Repository: spark Updated Branches: refs/heads/branch-1.0 5044ba60a - e522971e8 [SPARK-2339][SQL] SQL parser in sql-core is case sensitive, but a table alias is converted to lower case when we create Subquery Reported by

git commit: [SPARK-2339][SQL] SQL parser in sql-core is case sensitive, but a table alias is converted to lower case when we create Subquery

2014-07-07 Thread marmbrus
Repository: spark Updated Branches: refs/heads/master f7ce1b3b4 - c0b4cf097 [SPARK-2339][SQL] SQL parser in sql-core is case sensitive, but a table alias is converted to lower case when we create Subquery Reported by

git commit: [SPARK-2375][SQL] JSON schema inference may not resolve type conflicts correctly for a field inside an array of structs

2014-07-07 Thread marmbrus
Repository: spark Updated Branches: refs/heads/branch-1.0 691b554f3 - 1032c2875 [SPARK-2375][SQL] JSON schema inference may not resolve type conflicts correctly for a field inside an array of structs For example, for ``` {array: [{field:214748364700}, {field:1}]} ``` the type of field is

git commit: [SPARK-2376][SQL] Selecting list values inside nested JSON objects raises java.lang.IllegalArgumentException

2014-07-07 Thread marmbrus
Repository: spark Updated Branches: refs/heads/master f0496ee10 - 4352a2fda [SPARK-2376][SQL] Selecting list values inside nested JSON objects raises java.lang.IllegalArgumentException JIRA: https://issues.apache.org/jira/browse/SPARK-2376 Author: Yin Huai h...@cse.ohio-state.edu Closes

git commit: [SPARK-2376][SQL] Selecting list values inside nested JSON objects raises java.lang.IllegalArgumentException

2014-07-07 Thread marmbrus
Repository: spark Updated Branches: refs/heads/branch-1.0 1032c2875 - 9dce7beff [SPARK-2376][SQL] Selecting list values inside nested JSON objects raises java.lang.IllegalArgumentException JIRA: https://issues.apache.org/jira/browse/SPARK-2376 Author: Yin Huai h...@cse.ohio-state.edu