Repository: spark
Updated Branches:
refs/heads/master 4352a2fda -> 50561f439
[SPARK-2235][SQL]Spark SQL basicOperator add Intersect operator
Hi all,
I want to submit a basic operator Intersect
For example , in sql case
select * from table1
intersect
select * from table2
So ,i want use this ope
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
Closes #1320 from yhuai/SPAR
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
Closes #1320 from yhuai/SPARK-23
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
Repository: spark
Updated Branches:
refs/heads/master 4deeed17c -> f0496ee10
[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 r
Repository: spark
Updated Branches:
refs/heads/branch-1.0 e522971e8 -> 691b554f3
[SPARK-2386] [SQL] RowWriteSupport should use the exact types to cast.
When execute `saveAsParquetFile` with non-primitive type, `RowWriteSupport`
uses wrong type `Int` for `ByteType` and `ShortType`.
Author: Ta
Repository: spark
Updated Branches:
refs/heads/master c0b4cf097 -> 4deeed17c
[SPARK-2386] [SQL] RowWriteSupport should use the exact types to cast.
When execute `saveAsParquetFile` with non-primitive type, `RowWriteSupport`
uses wrong type `Int` for `ByteType` and `ShortType`.
Author: Takuya
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
http://apache-spark-user-list.1001560.n3.nabble.com/Spark-SQL-Join-throws-
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
http://apache-spark-user-list.1001560.n3.nabble.com/Spark-SQL-Join-thr
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:
http://svn.apache.org/viewvc/spark/downloads.md?rev=1608626&r
Repository: spark
Updated Branches:
refs/heads/branch-1.0 b459aa77f -> 5044ba60a
[SPARK-1977][MLLIB] register mutable BitSet in MovieLenseALS
Author: Neville Li
Closes #1319 from nevillelyh/gh/SPARK-1977 and squashes the following commits:
1f0a355 [Neville Li] [SPARK-1977][MLLIB] register m
Repository: spark
Updated Branches:
refs/heads/master 9d5ecf820 -> f7ce1b3b4
[SPARK-1977][MLLIB] register mutable BitSet in MovieLenseALS
Author: Neville Li
Closes #1319 from nevillelyh/gh/SPARK-1977 and squashes the following commits:
1f0a355 [Neville Li] [SPARK-1977][MLLIB] register mutab
12 matches
Mail list logo