[GitHub] spark pull request #16254: [SPARK-18830][TESTS] Fix tests in PipedRDDSuite t...

2016-12-12 Thread HyukjinKwon
GitHub user HyukjinKwon opened a pull request: https://github.com/apache/spark/pull/16254 [SPARK-18830][TESTS] Fix tests in PipedRDDSuite to pass on Winodws ## What changes were proposed in this pull request? This PR proposes to fix the tests failed on Windows as below:

[GitHub] spark pull request #16037: [SPARK-18471][MLLIB] In LBFGS, avoid sending huge...

2016-12-12 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/16037#discussion_r91948007 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/optimization/LBFGS.scala --- @@ -241,16 +241,24 @@ object LBFGS extends Logging { val bcW = d

[GitHub] spark pull request #16180: [DOCS][MINOR] Clarify Where AccumulatorV2s are Di...

2016-12-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/16180 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is ena

[GitHub] spark issue #16180: [DOCS][MINOR] Clarify Where AccumulatorV2s are Displayed

2016-12-12 Thread srowen
Github user srowen commented on the issue: https://github.com/apache/spark/pull/16180 Merged to master/2.1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so,

[GitHub] spark issue #16146: [SPARK-18091] [SQL] [BACKPORT-1.6] Deep if expressions c...

2016-12-12 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/16146 Merged build finished. Test FAILed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature e

[GitHub] spark issue #16146: [SPARK-18091] [SQL] [BACKPORT-1.6] Deep if expressions c...

2016-12-12 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/16146 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/70015/ Test FAILed. ---

[GitHub] spark issue #16146: [SPARK-18091] [SQL] [BACKPORT-1.6] Deep if expressions c...

2016-12-12 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/16146 **[Test build #70015 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/70015/consoleFull)** for PR 16146 at commit [`73f1231`](https://github.com/apache/spark/commit/

[GitHub] spark issue #16250: [CORE][MINOR] Stylistic changes in DAGScheduler (to ease...

2016-12-12 Thread srowen
Github user srowen commented on the issue: https://github.com/apache/spark/pull/16250 I don't think these superficial changes meaningfully affect readability at all, and I don't perceive that this is any significant barrier to anyone modifying the code anyway. It's both an argument th

[GitHub] spark pull request #16137: [SPARK-18708][CORE] Improvement/improve docs in s...

2016-12-12 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/16137#discussion_r91938202 --- Diff: core/src/main/scala/org/apache/spark/SparkContext.scala --- @@ -2412,6 +2540,9 @@ object SparkContext extends Logging { /** * Find the

[GitHub] spark pull request #16145: [MINOR][CORE][SQL] Remove explicit RDD and Partit...

2016-12-12 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/16145#discussion_r91938940 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/ShuffledRowRDD.scala --- @@ -132,7 +128,9 @@ class ShuffledRowRDD( private[this] val p

[GitHub] spark issue #16164: [SPARK-18732][WEB-UI] The Y axis ranges of "schedulingDe...

2016-12-12 Thread srowen
Github user srowen commented on the issue: https://github.com/apache/spark/pull/16164 @uncleGen do you have a follow-up on this? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature e

[GitHub] spark pull request #16137: [SPARK-18708][CORE] Improvement/improve docs in s...

2016-12-12 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/16137#discussion_r91937868 --- Diff: core/src/main/scala/org/apache/spark/SparkContext.scala --- @@ -1949,20 +2038,35 @@ class SparkContext(config: SparkConf) extends Logging {

[GitHub] spark pull request #16137: [SPARK-18708][CORE] Improvement/improve docs in s...

2016-12-12 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/16137#discussion_r91938097 --- Diff: core/src/main/scala/org/apache/spark/SparkContext.scala --- @@ -2307,6 +2432,8 @@ object SparkContext extends Logging { * * @note Thi

[GitHub] spark pull request #16137: [SPARK-18708][CORE] Improvement/improve docs in s...

2016-12-12 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/16137#discussion_r91934287 --- Diff: core/src/main/scala/org/apache/spark/SparkContext.scala --- @@ -1038,6 +1059,13 @@ class SparkContext(config: SparkConf) extends Logging { *

[GitHub] spark pull request #16137: [SPARK-18708][CORE] Improvement/improve docs in s...

2016-12-12 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/16137#discussion_r91937528 --- Diff: core/src/main/scala/org/apache/spark/SparkContext.scala --- @@ -816,6 +824,9 @@ class SparkContext(config: SparkConf) extends Logging { /**

[GitHub] spark pull request #16137: [SPARK-18708][CORE] Improvement/improve docs in s...

2016-12-12 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/16137#discussion_r91938033 --- Diff: core/src/main/scala/org/apache/spark/SparkContext.scala --- @@ -2092,15 +2215,17 @@ class SparkContext(config: SparkConf) extends Logging {

[GitHub] spark issue #15904: [SPARK-18470][STREAMING][WIP] Provide Spark Streaming Mo...

2016-12-12 Thread saturday-shi
Github user saturday-shi commented on the issue: https://github.com/apache/spark/pull/15904 @uncleGen Exactly I will try my best to complete this. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does

[GitHub] spark issue #15717: [SPARK-17910][SQL] Allow users to update the comment of ...

2016-12-12 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/15717 **[Test build #70016 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/70016/consoleFull)** for PR 15717 at commit [`f49b0a0`](https://github.com/apache/spark/commit/f

[GitHub] spark issue #12391: [SPARK-14631][SQL]drop database cascade should drop func...

2016-12-12 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/12391 **[Test build #70014 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/70014/consoleFull)** for PR 12391 at commit [`4e52fbb`](https://github.com/apache/spark/commit/4

[GitHub] spark issue #16146: [SPARK-18091] [SQL] [BACKPORT-1.6] Deep if expressions c...

2016-12-12 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/16146 **[Test build #70015 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/70015/consoleFull)** for PR 16146 at commit [`73f1231`](https://github.com/apache/spark/commit/7

[GitHub] spark issue #13909: [SPARK-16213][SQL] Reduce runtime overhead of a program ...

2016-12-12 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/13909 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/70013/ Test PASSed. ---

[GitHub] spark issue #13909: [SPARK-16213][SQL] Reduce runtime overhead of a program ...

2016-12-12 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/13909 Merged build finished. Test PASSed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature e

[GitHub] spark issue #13909: [SPARK-16213][SQL] Reduce runtime overhead of a program ...

2016-12-12 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/13909 **[Test build #70013 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/70013/consoleFull)** for PR 13909 at commit [`f418062`](https://github.com/apache/spark/commit/

[GitHub] spark pull request #16252: [SPARK-18827][Core] Fix cannot read broadcast on ...

2016-12-12 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/16252#discussion_r91923474 --- Diff: core/src/main/scala/org/apache/spark/storage/memory/MemoryStore.scala --- @@ -694,7 +694,7 @@ private[storage] class PartiallyUnrolledIterator[T](

[GitHub] spark issue #16245: [SPARK-18824][SQL] Add optimizer rule to reorder Filter ...

2016-12-12 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/16245 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/70011/ Test PASSed. ---

[GitHub] spark issue #16245: [SPARK-18824][SQL] Add optimizer rule to reorder Filter ...

2016-12-12 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/16245 Merged build finished. Test PASSed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature e

[GitHub] spark issue #16245: [SPARK-18824][SQL] Add optimizer rule to reorder Filter ...

2016-12-12 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/16245 **[Test build #70011 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/70011/consoleFull)** for PR 16245 at commit [`63c50b8`](https://github.com/apache/spark/commit/

[GitHub] spark issue #16135: [SPARK-18700][SQL] Add StripedLock for each table's rela...

2016-12-12 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/16135 Merged build finished. Test PASSed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature e

[GitHub] spark issue #16135: [SPARK-18700][SQL] Add StripedLock for each table's rela...

2016-12-12 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/16135 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/70012/ Test PASSed. ---

[GitHub] spark issue #16135: [SPARK-18700][SQL] Add StripedLock for each table's rela...

2016-12-12 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/16135 **[Test build #70012 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/70012/consoleFull)** for PR 16135 at commit [`5beccaa`](https://github.com/apache/spark/commit/

[GitHub] spark issue #16146: [SPARK-18091] [SQL] [BACKPORT-1.6] Deep if expressions c...

2016-12-12 Thread kapilsingh5050
Github user kapilsingh5050 commented on the issue: https://github.com/apache/spark/pull/16146 ExpressionEncoderSuite and RowEncoderSuite tests were failing because of following fix missing in branch-1.6: https://github.com/apache/spark/commit/372baf0479840695388515170e6eae0b3fc412

[GitHub] spark issue #15904: [SPARK-18470][STREAMING][WIP] Provide Spark Streaming Mo...

2016-12-12 Thread uncleGen
Github user uncleGen commented on the issue: https://github.com/apache/spark/pull/15904 @saturday-shi Well, we should not spend much time to do the repetitive work. So, if you make sure to complete this work, I will re-close this PR. OK? --- If your project is set up for it, you can

[GitHub] spark issue #15915: [SPARK-18485][CORE] Underlying integer overflow when cre...

2016-12-12 Thread uncleGen
Github user uncleGen commented on the issue: https://github.com/apache/spark/pull/15915 Generally, there are three ways to fix this issue: 1. Check if `chunkSize` exceed `Int.MaxValue` to narrow this issue. 2. Provide a new config to set `chunkSize`. 3. Reuse existing c

[GitHub] spark issue #15904: [SPARK-18470][STREAMING][WIP] Provide Spark Streaming Mo...

2016-12-12 Thread saturday-shi
Github user saturday-shi commented on the issue: https://github.com/apache/spark/pull/15904 @uncleGen It seems you don't have much time to go on with this. So I opened a new PR (#16253) inherit all functions from the old one, with the only change of merge them into the current ap

[GitHub] spark issue #16253: [SPARK-18537][Web UI] Add a REST api to serve spark stre...

2016-12-12 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/16253 Can one of the admins verify this patch? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feat

[GitHub] spark issue #16253: [SPARK-18537][Web UI] Add a REST api to serve spark stre...

2016-12-12 Thread saturday-shi
Github user saturday-shi commented on the issue: https://github.com/apache/spark/pull/16253 @vanzin Could you take a look at this please? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] spark pull request #16253: [SPARK-18537][Web UI] Add a REST api to serve spa...

2016-12-12 Thread saturday-shi
GitHub user saturday-shi opened a pull request: https://github.com/apache/spark/pull/16253 [SPARK-18537][Web UI] Add a REST api to serve spark streaming information ## What changes were proposed in this pull request? This PR is an inheritance from #16000, and is a completion

[GitHub] spark issue #12391: [SPARK-14631][SQL]drop database cascade should drop func...

2016-12-12 Thread adrian-wang
Github user adrian-wang commented on the issue: https://github.com/apache/spark/pull/12391 I'll update this ASAP --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishe

[GitHub] spark issue #13909: [SPARK-16213][SQL] Reduce runtime overhead of a program ...

2016-12-12 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/13909 **[Test build #70013 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/70013/consoleFull)** for PR 13909 at commit [`f418062`](https://github.com/apache/spark/commit/f

[GitHub] spark issue #13909: [SPARK-16213][SQL] Reduce runtime overhead of a program ...

2016-12-12 Thread kiszk
Github user kiszk commented on the issue: https://github.com/apache/spark/pull/13909 Jenkins, retest this please --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishe

[GitHub] spark pull request #16137: [SPARK-18708][CORE] Improvement/improve docs in s...

2016-12-12 Thread Mironor
Github user Mironor commented on a diff in the pull request: https://github.com/apache/spark/pull/16137#discussion_r91906441 --- Diff: core/src/main/scala/org/apache/spark/SparkContext.scala --- @@ -1949,20 +2038,35 @@ class SparkContext(config: SparkConf) extends Logging {

[GitHub] spark issue #16135: [SPARK-18700][SQL] Add StripedLock for each table's rela...

2016-12-12 Thread xuanyuanking
Github user xuanyuanking commented on the issue: https://github.com/apache/spark/pull/16135 Thanks for ericl's review! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and

[GitHub] spark pull request #16135: [SPARK-18700][SQL] Add StripedLock for each table...

2016-12-12 Thread xuanyuanking
Github user xuanyuanking commented on a diff in the pull request: https://github.com/apache/spark/pull/16135#discussion_r91904868 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveMetastoreCatalog.scala --- @@ -209,72 +221,79 @@ private[hive] class HiveMetastoreCatal

[GitHub] spark pull request #16135: [SPARK-18700][SQL] Add StripedLock for each table...

2016-12-12 Thread xuanyuanking
Github user xuanyuanking commented on a diff in the pull request: https://github.com/apache/spark/pull/16135#discussion_r91904915 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/PartitionedTablePerfStatsSuite.scala --- @@ -352,4 +353,34 @@ class PartitionedTablePerfSta

[GitHub] spark pull request #16135: [SPARK-18700][SQL] Add StripedLock for each table...

2016-12-12 Thread xuanyuanking
Github user xuanyuanking commented on a diff in the pull request: https://github.com/apache/spark/pull/16135#discussion_r91904834 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveMetastoreCatalog.scala --- @@ -53,6 +53,18 @@ private[hive] class HiveMetastoreCatalog(s

[GitHub] spark issue #16135: [SPARK-18700][SQL] Add StripedLock for each table's rela...

2016-12-12 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/16135 **[Test build #70012 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/70012/consoleFull)** for PR 16135 at commit [`5beccaa`](https://github.com/apache/spark/commit/5

[GitHub] spark pull request #16135: [SPARK-18700][SQL] Add StripedLock for each table...

2016-12-12 Thread ericl
Github user ericl commented on a diff in the pull request: https://github.com/apache/spark/pull/16135#discussion_r91903290 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveMetastoreCatalog.scala --- @@ -53,6 +53,18 @@ private[hive] class HiveMetastoreCatalog(sparkSes

[GitHub] spark pull request #16135: [SPARK-18700][SQL] Add StripedLock for each table...

2016-12-12 Thread ericl
Github user ericl commented on a diff in the pull request: https://github.com/apache/spark/pull/16135#discussion_r91903078 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveMetastoreCatalog.scala --- @@ -209,72 +221,79 @@ private[hive] class HiveMetastoreCatalog(spar

[GitHub] spark pull request #16135: [SPARK-18700][SQL] Add StripedLock for each table...

2016-12-12 Thread ericl
Github user ericl commented on a diff in the pull request: https://github.com/apache/spark/pull/16135#discussion_r91903419 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/PartitionedTablePerfStatsSuite.scala --- @@ -352,4 +353,34 @@ class PartitionedTablePerfStatsSuite

[GitHub] spark pull request #16149: [SPARK-18715][ML]Fix AIC calculations in Binomial...

2016-12-12 Thread sethah
Github user sethah commented on a diff in the pull request: https://github.com/apache/spark/pull/16149#discussion_r91901487 --- Diff: mllib/src/test/scala/org/apache/spark/ml/regression/GeneralizedLinearRegressionSuite.scala --- @@ -715,7 +715,7 @@ class GeneralizedLinearRegressio

[GitHub] spark pull request #16149: [SPARK-18715][ML]Fix AIC calculations in Binomial...

2016-12-12 Thread sethah
Github user sethah commented on a diff in the pull request: https://github.com/apache/spark/pull/16149#discussion_r91898659 --- Diff: mllib/src/main/scala/org/apache/spark/ml/regression/GeneralizedLinearRegression.scala --- @@ -467,10 +469,12 @@ object GeneralizedLinearRegression

[GitHub] spark issue #16245: [SPARK-18824][SQL] Add optimizer rule to reorder Filter ...

2016-12-12 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/16245 **[Test build #70011 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/70011/consoleFull)** for PR 16245 at commit [`63c50b8`](https://github.com/apache/spark/commit/6

[GitHub] spark issue #16245: [SPARK-18824][SQL] Add optimizer rule to reorder Filter ...

2016-12-12 Thread viirya
Github user viirya commented on the issue: https://github.com/apache/spark/pull/16245 retest this please. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, o

[GitHub] spark pull request #16252: [SPARK-18827][Core] Fix cannot read broadcast on ...

2016-12-12 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/16252#discussion_r91898590 --- Diff: core/src/test/scala/org/apache/spark/broadcast/BroadcastSuite.scala --- @@ -137,6 +137,18 @@ class BroadcastSuite extends SparkFunSuite with LocalS

[GitHub] spark issue #16252: [SPARK-18827][Core] Fix cannot read broadcast on disk

2016-12-12 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/16252 Merged build finished. Test FAILed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature e

[GitHub] spark issue #16252: [SPARK-18827][Core] Fix cannot read broadcast on disk

2016-12-12 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/16252 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/70004/ Test FAILed. ---

[GitHub] spark issue #13909: [SPARK-16213][SQL] Reduce runtime overhead of a program ...

2016-12-12 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/13909 Merged build finished. Test FAILed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature e

[GitHub] spark issue #16245: [SPARK-18824][SQL] Add optimizer rule to reorder Filter ...

2016-12-12 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/16245 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/70005/ Test FAILed. ---

[GitHub] spark issue #15915: [SPARK-18485][CORE] Underlying integer overflow when cre...

2016-12-12 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/15915 Merged build finished. Test FAILed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature e

[GitHub] spark issue #15915: [SPARK-18485][CORE] Underlying integer overflow when cre...

2016-12-12 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/15915 Merged build finished. Test FAILed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature e

[GitHub] spark issue #16245: [SPARK-18824][SQL] Add optimizer rule to reorder Filter ...

2016-12-12 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/16245 Merged build finished. Test FAILed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature e

[GitHub] spark issue #13909: [SPARK-16213][SQL] Reduce runtime overhead of a program ...

2016-12-12 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/13909 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/70010/ Test FAILed. ---

[GitHub] spark issue #15915: [SPARK-18485][CORE] Underlying integer overflow when cre...

2016-12-12 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/15915 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/70007/ Test FAILed. ---

[GitHub] spark issue #15915: [SPARK-18485][CORE] Underlying integer overflow when cre...

2016-12-12 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/15915 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/70008/ Test FAILed. ---

<    1   2   3   4   5