Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/9766
**[Test build #66801 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/66801/consoleFull)**
for PR 9766 at commit
[`d481821`](https://github.com/apache/spark/commit/d48
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/15360
**[Test build #66799 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/66799/consoleFull)**
for PR 15360 at commit
[`1e64163`](https://github.com/apache/spark/commit/1
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/15148
**[Test build #66800 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/66800/consoleFull)**
for PR 15148 at commit
[`1b63173`](https://github.com/apache/spark/commit/1
Github user markhamstra commented on a diff in the pull request:
https://github.com/apache/spark/pull/15335#discussion_r82944965
--- Diff: core/src/main/scala/org/apache/spark/scheduler/DAGScheduler.scala
---
@@ -1255,27 +1255,46 @@ class DAGScheduler(
s"longer r
Github user gatorsmile commented on the issue:
https://github.com/apache/spark/pull/15434
LGTM
---
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 fe
Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/15434#discussion_r82944802
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/SessionCatalog.scala
---
@@ -459,11 +459,20 @@ class SessionCatalog(
Github user hvanhovell commented on a diff in the pull request:
https://github.com/apache/spark/pull/13065#discussion_r82944265
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/GenerateExec.scala ---
@@ -99,5 +102,182 @@ case class GenerateExec(
}
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/15230
**[Test build #66798 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/66798/consoleFull)**
for PR 15230 at commit
[`e19536c`](https://github.com/apache/spark/commit/e
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/15433
**[Test build #66797 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/66797/consoleFull)**
for PR 15433 at commit
[`7d50d84`](https://github.com/apache/spark/commit/7
Github user gatorsmile commented on the issue:
https://github.com/apache/spark/pull/15230
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
Github user jerryshao commented on a diff in the pull request:
https://github.com/apache/spark/pull/15377#discussion_r82943152
--- Diff: core/src/main/scala/org/apache/spark/util/Utils.scala ---
@@ -2474,25 +2478,42 @@ private[spark] class CallerContext(
val context = "SPARK
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/9766
Test FAILed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/66796/
Test FAILed.
---
I
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/9766
**[Test build #66796 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/66796/consoleFull)**
for PR 9766 at commit
[`e9832f6`](https://github.com/apache/spark/commit/e9
Github user holdenk commented on the issue:
https://github.com/apache/spark/pull/8318
I'd be happy to take it from where @jhlch is at - I've got some bandwidth
available to work on additional PySpark stuff and it seems like the interest on
the committer side is here now so I'd love to
Github user hvanhovell commented on the issue:
https://github.com/apache/spark/pull/15448
Also add unit tests 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
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/9766
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
en
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/15448
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 user hvanhovell commented on the issue:
https://github.com/apache/spark/pull/15448
Could you try to fix this by adding implicit casting to the `GetMapValue`
(make it extend `ImplicitCastInputTypes` instead of `ExpectsInputTypes`)?
---
If your project is set up for it, you can
Github user jerryshao commented on a diff in the pull request:
https://github.com/apache/spark/pull/15377#discussion_r82942829
--- Diff: core/src/main/scala/org/apache/spark/util/Utils.scala ---
@@ -2474,25 +2478,42 @@ private[spark] class CallerContext(
val context = "SPARK
Github user jhlch commented on the issue:
https://github.com/apache/spark/pull/8318
I've got [a branch that has a solid first pass at making pyspark pip
installable.](https://github.com/apache/spark/compare/master...jhlch:pipinstall)
A few questions are:
* How does this inte
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/9766
**[Test build #66796 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/66796/consoleFull)**
for PR 9766 at commit
[`e9832f6`](https://github.com/apache/spark/commit/e98
GitHub user weiqingy opened a pull request:
https://github.com/apache/spark/pull/15448
[SPARK-17108][SQL]: Fix BIGINT and INT comparison failure in spark sql
## What changes were proposed in this pull request?
Add a function to check if two integers are compatible when invoking
Github user jerryshao commented on a diff in the pull request:
https://github.com/apache/spark/pull/15377#discussion_r82942438
--- Diff: core/src/main/scala/org/apache/spark/util/Utils.scala ---
@@ -2432,6 +2432,10 @@ private[spark] object Utils extends Logging {
}
}
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/15307
**[Test build #66795 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/66795/consoleFull)**
for PR 15307 at commit
[`4c08d56`](https://github.com/apache/spark/commit/4
Github user falaki commented on the issue:
https://github.com/apache/spark/pull/15421
@felixcheung and @wangmiao1981 thanks! This is good point. I will try
testing it on different version of R.
---
If your project is set up for it, you can reply to this email and have your
reply app
Github user falaki commented on a diff in the pull request:
https://github.com/apache/spark/pull/15421#discussion_r82940884
--- Diff: core/src/main/scala/org/apache/spark/api/r/SerDe.scala ---
@@ -125,15 +125,34 @@ private[spark] object SerDe {
}
def readDate(in:
Github user apivovarov commented on the issue:
https://github.com/apache/spark/pull/15447
Related PRs
https://github.com/apache/spark/pull/15396
https://github.com/apache/spark/pull/12576
---
If your project is set up for it, you can reply to this email and have your
reply app
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/15447
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 user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/15375
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 user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/15375
Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/66792/
Test PASSed.
---
GitHub user apivovarov opened a pull request:
https://github.com/apache/spark/pull/15447
[SPARK-14804][Graphx] Graph vertexRDD/EdgeRDD checkpoint results Clasâ¦
EdgeRDD/VertexRDD wraps partitionsRDD
e.g. `EdgeRDDImpl.checkpoint()` calls `partitionsRDD.checkpoint()`
EdgeRDD/V
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/15445
Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/66789/
Test PASSed.
---
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/15445
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 user SparkQA commented on the issue:
https://github.com/apache/spark/pull/15375
**[Test build #66792 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/66792/consoleFull)**
for PR 15375 at commit
[`836e874`](https://github.com/apache/spark/commit/
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/15445
**[Test build #66789 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/66789/consoleFull)**
for PR 15445 at commit
[`be6d153`](https://github.com/apache/spark/commit/
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/9766
**[Test build #66794 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/66794/consoleFull)**
for PR 9766 at commit
[`45a9b7a`](https://github.com/apache/spark/commit/45
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/9766
Test FAILed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/66794/
Test FAILed.
---
I
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/9766
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
en
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/9766
**[Test build #66794 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/66794/consoleFull)**
for PR 9766 at commit
[`45a9b7a`](https://github.com/apache/spark/commit/45a
Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/15230#discussion_r82940270
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/command/ddl.scala ---
@@ -225,6 +225,11 @@ case class AlterTableSetPropertiesCommand(
Github user tdas commented on the issue:
https://github.com/apache/spark/pull/15173
@zsxwing Why was not this merge to 2.0?
---
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
enable
Github user asfgit closed the pull request at:
https://github.com/apache/spark/pull/15439
---
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 user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/15427
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 user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/15427
Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/66790/
Test PASSed.
---
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/15427
**[Test build #66790 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/66790/consoleFull)**
for PR 15427 at commit
[`81339dc`](https://github.com/apache/spark/commit/
Github user rxin commented on the issue:
https://github.com/apache/spark/pull/15439
Thanks - merging in master/2.0.
---
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 w
Github user asfgit closed the pull request at:
https://github.com/apache/spark/pull/15440
---
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 user rxin commented on the issue:
https://github.com/apache/spark/pull/15440
Thanks - merging in master/branch-2.0.
---
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
enable
Github user cloud-fan commented on a diff in the pull request:
https://github.com/apache/spark/pull/15434#discussion_r82938529
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/SessionCatalog.scala
---
@@ -459,11 +459,20 @@ class SessionCatalog(
*
Github user dilipbiswal commented on a diff in the pull request:
https://github.com/apache/spark/pull/15423#discussion_r82938410
--- Diff:
sql/core/src/test/scala/org/apache/spark/sql/SQLQueryTestSuite.scala ---
@@ -207,6 +208,7 @@ class SQLQueryTestSuite extends QueryTest with
Sh
Github user gatorsmile commented on the issue:
https://github.com/apache/spark/pull/15434
Just FYI. Hive allows the following changes:
```SQL
ALTER TABLE db1.tbl RENAME TO db2.tbl2
```
---
If your project is set up for it, you can reply to this email and have your
reply ap
Github user sethah commented on the issue:
https://github.com/apache/spark/pull/15406
We should add weights to the doctests to demonstrate them and make sure
they're working.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as wel
Github user viirya commented on a diff in the pull request:
https://github.com/apache/spark/pull/15423#discussion_r82937473
--- Diff:
sql/core/src/test/scala/org/apache/spark/sql/SQLQueryTestSuite.scala ---
@@ -207,6 +208,7 @@ class SQLQueryTestSuite extends QueryTest with
SharedS
Github user tdas commented on the issue:
https://github.com/apache/spark/pull/15307
@marmbrus Could you take a look.
---
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 w
Github user sethah commented on the issue:
https://github.com/apache/spark/pull/11610
This problem should be handled by
https://github.com/apache/spark/pull/15394 if it is merged. It seems this is no
longer active, and we are pursuing alternative solutions. Shall we close this?
---
Github user cloud-fan commented on a diff in the pull request:
https://github.com/apache/spark/pull/15423#discussion_r82937255
--- Diff:
sql/core/src/test/scala/org/apache/spark/sql/SQLQueryTestSuite.scala ---
@@ -207,6 +208,7 @@ class SQLQueryTestSuite extends QueryTest with
Shar
Github user sethah commented on the issue:
https://github.com/apache/spark/pull/9008
@rotationsymmetry Could you please close 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 featur
Github user tdas commented on the issue:
https://github.com/apache/spark/pull/15375
@falaki @felixcheung The DirectKafkaStreamSuite is a known flaky test.
Nothing in this patch should affect Kafka.
---
If your project is set up for it, you can reply to this email and have your
repl
Github user sethah commented on a diff in the pull request:
https://github.com/apache/spark/pull/15414#discussion_r82931901
--- Diff: mllib/src/test/scala/org/apache/spark/ml/PredictorSuite.scala ---
@@ -0,0 +1,57 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) u
Github user sethah commented on a diff in the pull request:
https://github.com/apache/spark/pull/15414#discussion_r82932068
--- Diff: mllib/src/main/scala/org/apache/spark/ml/Predictor.scala ---
@@ -121,10 +122,18 @@ abstract class Predictor[
* and put it in an RDD with stro
Github user sethah commented on a diff in the pull request:
https://github.com/apache/spark/pull/15414#discussion_r82935295
--- Diff: mllib/src/test/scala/org/apache/spark/ml/PredictorSuite.scala ---
@@ -0,0 +1,57 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) u
Github user sethah commented on a diff in the pull request:
https://github.com/apache/spark/pull/15414#discussion_r82932894
--- Diff: mllib/src/test/scala/org/apache/spark/ml/PredictorSuite.scala ---
@@ -0,0 +1,57 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) u
Github user sethah commented on a diff in the pull request:
https://github.com/apache/spark/pull/15414#discussion_r82932799
--- Diff:
mllib/src/test/scala/org/apache/spark/ml/util/MLTestingUtils.scala ---
@@ -117,7 +117,7 @@ object MLTestingUtils extends SparkFunSuite {
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/15172
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 user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/15172
Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/66786/
Test PASSed.
---
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/15172
**[Test build #66786 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/66786/consoleFull)**
for PR 15172 at commit
[`46b52e6`](https://github.com/apache/spark/commit/
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/15307
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 user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/15172
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 user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/15307
Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/66784/
Test PASSed.
---
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/15172
Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/66785/
Test PASSed.
---
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/15307
**[Test build #66784 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/66784/consoleFull)**
for PR 15307 at commit
[`35bf508`](https://github.com/apache/spark/commit/
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/15172
**[Test build #66785 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/66785/consoleFull)**
for PR 15172 at commit
[`0bf663f`](https://github.com/apache/spark/commit/
Github user falaki commented on the issue:
https://github.com/apache/spark/pull/15446
@shivaram yes I just noticed it during my debugging and fixed it.
---
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 user squito commented on a diff in the pull request:
https://github.com/apache/spark/pull/15335#discussion_r82933318
--- Diff: core/src/main/scala/org/apache/spark/scheduler/DAGScheduler.scala
---
@@ -1255,27 +1255,46 @@ class DAGScheduler(
s"longer runnin
Github user mridulm commented on a diff in the pull request:
https://github.com/apache/spark/pull/15422#discussion_r82932947
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala ---
@@ -588,6 +588,12 @@ object SQLConf {
.doubleConf
.cr
Github user mridulm commented on a diff in the pull request:
https://github.com/apache/spark/pull/15422#discussion_r82933077
--- Diff:
core/src/main/scala/org/apache/spark/internal/config/package.scala ---
@@ -170,4 +170,9 @@ package object config {
.doc("Port to use for t
Github user mridulm commented on a diff in the pull request:
https://github.com/apache/spark/pull/15422#discussion_r82932992
--- Diff: core/src/main/scala/org/apache/spark/rdd/NewHadoopRDD.scala ---
@@ -179,7 +183,16 @@ class NewHadoopRDD[K, V](
override def hasNext
Github user mridulm commented on a diff in the pull request:
https://github.com/apache/spark/pull/15422#discussion_r82932645
--- Diff: core/src/main/scala/org/apache/spark/rdd/HadoopRDD.scala ---
@@ -253,8 +256,12 @@ class HadoopRDD[K, V](
try {
finished
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/15444
Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/66787/
Test PASSed.
---
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/15444
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 user SparkQA commented on the issue:
https://github.com/apache/spark/pull/15444
**[Test build #66787 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/66787/consoleFull)**
for PR 15444 at commit
[`b98ccdf`](https://github.com/apache/spark/commit/
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/9766
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
en
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/9766
**[Test build #66793 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/66793/consoleFull)**
for PR 9766 at commit
[`dc6d5f9`](https://github.com/apache/spark/commit/dc
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/9766
Test FAILed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/66793/
Test FAILed.
---
I
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/9766
**[Test build #66793 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/66793/consoleFull)**
for PR 9766 at commit
[`dc6d5f9`](https://github.com/apache/spark/commit/dc6
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/15443
Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/66782/
Test PASSed.
---
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/15443
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 user SparkQA commented on the issue:
https://github.com/apache/spark/pull/15443
**[Test build #66782 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/66782/consoleFull)**
for PR 15443 at commit
[`a843920`](https://github.com/apache/spark/commit/
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/15375
**[Test build #66792 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/66792/consoleFull)**
for PR 15375 at commit
[`836e874`](https://github.com/apache/spark/commit/8
Github user viirya commented on a diff in the pull request:
https://github.com/apache/spark/pull/15398#discussion_r82931395
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/util/StringUtils.scala
---
@@ -25,26 +25,25 @@ object StringUtils {
// repla
Github user shivaram commented on the issue:
https://github.com/apache/spark/pull/15446
cc @falaki Is this also a part of #15375 ?
---
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 featur
Github user shivaram commented on the issue:
https://github.com/apache/spark/pull/15446
Thanks @jrshust for the PR.
Jenkins, ok to test
---
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 hav
Github user squito commented on a diff in the pull request:
https://github.com/apache/spark/pull/15335#discussion_r82931294
--- Diff: core/src/main/scala/org/apache/spark/scheduler/DAGScheduler.scala
---
@@ -1255,27 +1255,46 @@ class DAGScheduler(
s"longer runnin
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/9766
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
enabled a
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/9766
Test FAILed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/66791/
Test FAILed.
---
I
Github user shivaram commented on the issue:
https://github.com/apache/spark/pull/15375
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 wi
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/9766
**[Test build #66791 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/66791/consoleFull)**
for PR 9766 at commit
[`9de8c0e`](https://github.com/apache/spark/commit/9d
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/15427
**[Test build #66790 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/66790/consoleFull)**
for PR 15427 at commit
[`81339dc`](https://github.com/apache/spark/commit/8
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/9766
**[Test build #66791 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/66791/consoleFull)**
for PR 9766 at commit
[`9de8c0e`](https://github.com/apache/spark/commit/9de
Github user gatorsmile commented on the issue:
https://github.com/apache/spark/pull/15295
Merging to master! Thanks!
---
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 w
1 - 100 of 649 matches
Mail list logo