spark git commit: [SPARK-8930] [SQL] Throw a AnalysisException with meaningful messages if DataFrame#explode takes a star in expressions

2015-08-09 Thread yhuai
Repository: spark Updated Branches: refs/heads/branch-1.5 b12f0737f - 1ce5061bb [SPARK-8930] [SQL] Throw a AnalysisException with meaningful messages if DataFrame#explode takes a star in expressions Author: Yijie Shen henry.yijies...@gmail.com Closes #8057 from yjshen/explode_star and

spark git commit: [SPARK-9752][SQL] Support UnsafeRow in Sample operator.

2015-08-09 Thread rxin
Repository: spark Updated Branches: refs/heads/master 3ca995b78 - e9c36938b [SPARK-9752][SQL] Support UnsafeRow in Sample operator. In order for this to work, I had to disable gap sampling. Author: Reynold Xin r...@databricks.com Closes #8040 from rxin/SPARK-9752 and squashes the following

spark git commit: [SPARK-9752][SQL] Support UnsafeRow in Sample operator.

2015-08-09 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-1.5 251d1eef4 - b12f0737f [SPARK-9752][SQL] Support UnsafeRow in Sample operator. In order for this to work, I had to disable gap sampling. Author: Reynold Xin r...@databricks.com Closes #8040 from rxin/SPARK-9752 and squashes the

spark git commit: [SPARK-8930] [SQL] Throw a AnalysisException with meaningful messages if DataFrame#explode takes a star in expressions

2015-08-09 Thread yhuai
Repository: spark Updated Branches: refs/heads/master e9c36938b - 68ccc6e18 [SPARK-8930] [SQL] Throw a AnalysisException with meaningful messages if DataFrame#explode takes a star in expressions Author: Yijie Shen henry.yijies...@gmail.com Closes #8057 from yjshen/explode_star and squashes

spark git commit: [SPARK-9737] [YARN] Add the suggested configuration when required executor memory is above the max threshold of this cluster on YARN mode

2015-08-09 Thread srowen
Repository: spark Updated Branches: refs/heads/master 68ccc6e18 - 86fa4ba6d [SPARK-9737] [YARN] Add the suggested configuration when required executor memory is above the max threshold of this cluster on YARN mode Author: Yadong Qi qiyadong2...@gmail.com Closes #8028 from

spark git commit: [CORE] [SPARK-9760] Use Option instead of Some for Ivy repos

2015-08-09 Thread rxin
Repository: spark Updated Branches: refs/heads/master 23cf5af08 - 46025616b [CORE] [SPARK-9760] Use Option instead of Some for Ivy repos This was introduced in #7599 cc rxin brkyvz Author: Shivaram Venkataraman shiva...@cs.berkeley.edu Closes #8055 from shivaram/spark-packages-repo-fix and

spark git commit: [CORE] [SPARK-9760] Use Option instead of Some for Ivy repos

2015-08-09 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-1.5 323d68606 - 0e0471db4 [CORE] [SPARK-9760] Use Option instead of Some for Ivy repos This was introduced in #7599 cc rxin brkyvz Author: Shivaram Venkataraman shiva...@cs.berkeley.edu Closes #8055 from shivaram/spark-packages-repo-fix

spark git commit: Disable JobGeneratorSuite Do not clear received block data too soon.

2015-08-09 Thread rxin
Repository: spark Updated Branches: refs/heads/master 86fa4ba6d - a863348fd Disable JobGeneratorSuite Do not clear received block data too soon. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/a863348f Tree:

spark git commit: [SPARK-9703] [SQL] Refactor EnsureRequirements to avoid certain unnecessary shuffles

2015-08-09 Thread yhuai
Repository: spark Updated Branches: refs/heads/master a863348fd - 23cf5af08 [SPARK-9703] [SQL] Refactor EnsureRequirements to avoid certain unnecessary shuffles This pull request refactors the `EnsureRequirements` planning rule in order to avoid the addition of certain unnecessary shuffles.

spark git commit: [SPARK-9703] [SQL] Refactor EnsureRequirements to avoid certain unnecessary shuffles

2015-08-09 Thread yhuai
Repository: spark Updated Branches: refs/heads/branch-1.5 1ce5061bb - 323d68606 [SPARK-9703] [SQL] Refactor EnsureRequirements to avoid certain unnecessary shuffles This pull request refactors the `EnsureRequirements` planning rule in order to avoid the addition of certain unnecessary

spark git commit: [SPARK-9777] [SQL] Window operator can accept UnsafeRows

2015-08-09 Thread rxin
Repository: spark Updated Branches: refs/heads/master 46025616b - be80def0d [SPARK-9777] [SQL] Window operator can accept UnsafeRows https://issues.apache.org/jira/browse/SPARK-9777 Author: Yin Huai yh...@databricks.com Closes #8064 from yhuai/windowUnsafe and squashes the following

spark git commit: [SPARK-9777] [SQL] Window operator can accept UnsafeRows

2015-08-09 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-1.5 0e0471db4 - f75c64b0c [SPARK-9777] [SQL] Window operator can accept UnsafeRows https://issues.apache.org/jira/browse/SPARK-9777 Author: Yin Huai yh...@databricks.com Closes #8064 from yhuai/windowUnsafe and squashes the following