spark git commit: [SPARK-21580][SQL] Integers in aggregation expressions are wrongly taken as group-by ordinal

2017-08-04 Thread lixiao
Repository: spark Updated Branches: refs/heads/master 6cbd18c9d -> 894d5a453 [SPARK-21580][SQL] Integers in aggregation expressions are wrongly taken as group-by ordinal ## What changes were proposed in this pull request? create temporary view data as select * from values (1, 1), (1, 2), (2,

spark git commit: [SPARK-21580][SQL] Integers in aggregation expressions are wrongly taken as group-by ordinal

2017-08-04 Thread lixiao
Repository: spark Updated Branches: refs/heads/branch-2.2 f9aae8ecd -> 841bc2f86 [SPARK-21580][SQL] Integers in aggregation expressions are wrongly taken as group-by ordinal ## What changes were proposed in this pull request? create temporary view data as select * from values (1, 1), (1, 2),

spark git commit: [SPARK-21374][CORE] Fix reading globbed paths from S3 into DF with disabled FS cache

2017-08-04 Thread lixiao
Repository: spark Updated Branches: refs/heads/master 5ad1796b9 -> 6cbd18c9d [SPARK-21374][CORE] Fix reading globbed paths from S3 into DF with disabled FS cache ## What changes were proposed in this pull request? This PR replaces #18623 to do some clean up. Closes #18623 ## How was this p

spark git commit: [SPARK-21634][SQL] Change OneRowRelation from a case object to case class

2017-08-04 Thread lixiao
Repository: spark Updated Branches: refs/heads/master 231f67247 -> 5ad1796b9 [SPARK-21634][SQL] Change OneRowRelation from a case object to case class ## What changes were proposed in this pull request? OneRowRelation is the only plan that is a case object, which causes some issues with makeC

spark git commit: [SPARK-21205][SQL] pmod(number, 0) should be null.

2017-08-04 Thread hvanhovell
Repository: spark Updated Branches: refs/heads/master 1347b2a69 -> 231f67247 [SPARK-21205][SQL] pmod(number, 0) should be null. ## What changes were proposed in this pull request? Hive `pmod(3.13, 0)`: ```:sql hive> select pmod(3.13, 0); OK NULL Time taken: 2.514 seconds, Fetched: 1 row(s) hiv

spark git commit: [SPARK-21633][ML][PYTHON] UnaryTransformer in Python

2017-08-04 Thread jkbradley
Repository: spark Updated Branches: refs/heads/master 25826c77d -> 1347b2a69 [SPARK-21633][ML][PYTHON] UnaryTransformer in Python ## What changes were proposed in this pull request? Implemented UnaryTransformer in Python. ## How was this patch tested? This patch was tested by creating a Moc

spark git commit: [SPARK-21330][SQL] Bad partitioning does not allow to read a JDBC table with extreme values on the partition column

2017-08-04 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-2.1 d93e45b8b -> 734b144dc [SPARK-21330][SQL] Bad partitioning does not allow to read a JDBC table with extreme values on the partition column ## What changes were proposed in this pull request? An overflow of the difference of bounds on

spark git commit: [SPARK-21330][SQL] Bad partitioning does not allow to read a JDBC table with extreme values on the partition column

2017-08-04 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-2.2 1bcfa2a0c -> f9aae8ecd [SPARK-21330][SQL] Bad partitioning does not allow to read a JDBC table with extreme values on the partition column ## What changes were proposed in this pull request? An overflow of the difference of bounds on

spark git commit: [SPARK-21330][SQL] Bad partitioning does not allow to read a JDBC table with extreme values on the partition column

2017-08-04 Thread srowen
Repository: spark Updated Branches: refs/heads/master e3967dc5c -> 25826c77d [SPARK-21330][SQL] Bad partitioning does not allow to read a JDBC table with extreme values on the partition column ## What changes were proposed in this pull request? An overflow of the difference of bounds on the

spark git commit: [SPARK-21254][WEBUI] History UI performance fixes

2017-08-04 Thread srowen
Repository: spark Updated Branches: refs/heads/master dd72b10ab -> e3967dc5c [SPARK-21254][WEBUI] History UI performance fixes ## What changes were proposed in this pull request? As described in JIRA ticket, History page is taking ~1min to load for cases when amount of jobs is 10k+. Most of