Github user srowen commented on the issue:
https://github.com/apache/spark/pull/13912
Hm, that's a bug isn't it? any time is ambiguous without a timezone. These
things can make sense for local display but not for output of data.
---
If your project is set up for it, you can reply to
Github user HyukjinKwon commented on the issue:
https://github.com/apache/spark/pull/13912
Thank you for your comment @srowen !
I did this for two reasons. Firstly, it can't write and read back the dates
or timestamps but it might have to be converted manually by users if it writes
Github user kiszk commented on the issue:
https://github.com/apache/spark/pull/13680
@cloud-fan and @hvanhovell thank you for your comments. Based on your
comments, I implemented ```UnsafeArrayData``` by using one implementation with
explicit clearing ```null bits``` by ```Arrays.fill
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/13624
Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/61257/
Test PASSed.
---
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/13624
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/13624
**[Test build #61257 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/61257/consoleFull)**
for PR 13624 at commit
[`5d047dd`](https://github.com/apache/spark/commit/
Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/13624#discussion_r68498491
--- Diff:
mllib/src/main/scala/org/apache/spark/mllib/tree/model/treeEnsembleModels.scala
---
@@ -151,31 +151,23 @@ class GradientBoostedTreesModel @Since("1
Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/13624#discussion_r68498490
--- Diff:
mllib/src/main/scala/org/apache/spark/ml/tree/impl/GradientBoostedTrees.scala
---
@@ -205,31 +205,27 @@ private[spark] object GradientBoostedTrees
Github user srowen commented on the issue:
https://github.com/apache/spark/pull/13910
@yanghaogn since you already made a JIRA, connect it in the title please.
It is not resolved
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as
Github user srowen commented on the issue:
https://github.com/apache/spark/pull/13910
Nah @HyukjinKwon I think this is a simple fix that's self-contained here.
Either the iterations or the estimate formula is wrong here and that's all
there is to it. `(0 until n)` would be fine too.
Github user srowen commented on the issue:
https://github.com/apache/spark/pull/13912
This has a big problem though -- the times are now wrong, because there is
no timezone.
Why would we write formatted dates in a data file though? it's for human
consumption. Timestamp is an appro
Github user adrian-wang closed the pull request at:
https://github.com/apache/spark/pull/13783
---
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 i
Github user adrian-wang commented on the issue:
https://github.com/apache/spark/pull/13783
Closing, thx!
---
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
Github user eladamitpxi commented on the issue:
https://github.com/apache/spark/pull/9246
+1 large / infinitely growing event log files are quite a problem for long
running streaming jobs
---
If your project is set up for it, you can reply to this email and have your
reply appear on
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/11863
Test FAILed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/61259/
Test FAILed.
---
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/11863
**[Test build #61259 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/61259/consoleFull)**
for PR 11863 at commit
[`0610e9b`](https://github.com/apache/spark/commit/
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/11863
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 user SparkQA commented on the issue:
https://github.com/apache/spark/pull/11863
**[Test build #61259 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/61259/consoleFull)**
for PR 11863 at commit
[`0610e9b`](https://github.com/apache/spark/commit/0
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/13912
**[Test build #61258 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/61258/consoleFull)**
for PR 13912 at commit
[`79a290a`](https://github.com/apache/spark/commit/7
Github user HyukjinKwon commented on a diff in the pull request:
https://github.com/apache/spark/pull/13912#discussion_r68498245
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/csv/CSVRelation.scala
---
@@ -195,18 +202,50 @@ private[sql] class CsvOutpu
GitHub user HyukjinKwon opened a pull request:
https://github.com/apache/spark/pull/13912
[SPARK-16216][SQL] CSV data source does not write date and timestamp
correctly
## What changes were proposed in this pull request?
This PR corrects CSV data sources in order to write `
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/13907
Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/61253/
Test PASSed.
---
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/13907
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/13907
**[Test build #61253 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/61253/consoleFull)**
for PR 13907 at commit
[`a9ce0d8`](https://github.com/apache/spark/commit/
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/13624
**[Test build #61257 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/61257/consoleFull)**
for PR 13624 at commit
[`5d047dd`](https://github.com/apache/spark/commit/5
Github user HyukjinKwon commented on the issue:
https://github.com/apache/spark/pull/13910
Get ready to receive a comment suggesting following
https://cwiki.apache.org/confluence/display/SPARK/Contributing+to+Spark..
---
If your project is set up for it, you can reply to this email a
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/13911
**[Test build #61256 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/61256/consoleFull)**
for PR 13911 at commit
[`b1f6289`](https://github.com/apache/spark/commit/b
GitHub user kiszk opened a pull request:
https://github.com/apache/spark/pull/13911
[SPARK-16215][SQL] Reduce runtime overhead of a program that writes an
primitive array in Dataframe/Dataset
## What changes were proposed in this pull request?
This PR optimize generate code
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/13765
**[Test build #61255 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/61255/consoleFull)**
for PR 13765 at commit
[`c3016f3`](https://github.com/apache/spark/commit/c
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/13730
**[Test build #61254 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/61254/consoleFull)**
for PR 13730 at commit
[`ba9a529`](https://github.com/apache/spark/commit/b
Github user mhmoudr commented on a diff in the pull request:
https://github.com/apache/spark/pull/13624#discussion_r68497920
--- Diff:
mllib/src/main/scala/org/apache/spark/ml/tree/impl/GradientBoostedTrees.scala
---
@@ -205,31 +205,29 @@ private[spark] object GradientBoostedTrees
Github user gatorsmile commented on the issue:
https://github.com/apache/spark/pull/13886
@cloud-fan Submitted a PR for converting CTAS in parquet to data source
tables without hive support. Could you also review that PR? Thanks!
---
If your project is set up for it, you can reply t
Github user gatorsmile commented on the issue:
https://github.com/apache/spark/pull/13386
Just realized this PR introduced the original changes. Could you also
review my PR: https://github.com/apache/spark/pull/13907?
When users create table as query with `STORED AS` or `ROW F
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/13758
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 user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/13758
Test FAILed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/61247/
Test FAILed.
---
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/13758
**[Test build #61247 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/61247/consoleFull)**
for PR 13758 at commit
[`65317e1`](https://github.com/apache/spark/commit/
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/13908
Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/61251/
Test PASSed.
---
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/13908
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/13908
**[Test build #61251 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/61251/consoleFull)**
for PR 13908 at commit
[`d8a1ba0`](https://github.com/apache/spark/commit/
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/13909
**[Test build #61250 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/61250/consoleFull)**
for PR 13909 at commit
[`37e4ce2`](https://github.com/apache/spark/commit/
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/11863
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 user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/11863
Test FAILed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/61252/
Test FAILed.
---
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 user SparkQA commented on the issue:
https://github.com/apache/spark/pull/11863
**[Test build #61252 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/61252/consoleFull)**
for PR 11863 at commit
[`0f15bd1`](https://github.com/apache/spark/commit/
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/61250/
Test FAILed.
---
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/13907
**[Test build #61253 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/61253/consoleFull)**
for PR 13907 at commit
[`a9ce0d8`](https://github.com/apache/spark/commit/a
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/11863
**[Test build #61252 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/61252/consoleFull)**
for PR 11863 at commit
[`0f15bd1`](https://github.com/apache/spark/commit/0
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/13908
Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/61249/
Test PASSed.
---
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/13908
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/13908
**[Test build #61249 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/61249/consoleFull)**
for PR 13908 at commit
[`647c2af`](https://github.com/apache/spark/commit/
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/13908
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/13908
Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/61248/
Test PASSed.
---
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/13908
**[Test build #61248 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/61248/consoleFull)**
for PR 13908 at commit
[`576a0e4`](https://github.com/apache/spark/commit/
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/13910
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 yanghaogn commented on the issue:
https://github.com/apache/spark/pull/13910
As the denominator is n, the iteration time should also be n
---
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 no
GitHub user yanghaogn opened a pull request:
https://github.com/apache/spark/pull/13910
make rdd count be n
## What changes were proposed in this pull request?
(Please fill in changes proposed in this fix)
## How was this patch tested?
(Please explain
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/13909
**[Test build #61250 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/61250/consoleFull)**
for PR 13909 at commit
[`37e4ce2`](https://github.com/apache/spark/commit/3
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/13908
**[Test build #61251 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/61251/consoleFull)**
for PR 13908 at commit
[`d8a1ba0`](https://github.com/apache/spark/commit/d
GitHub user kiszk opened a pull request:
https://github.com/apache/spark/pull/13909
[SPARK-16213][SQL] Reduce runtime overhead of a program that creates an
primitive array in DataFrame
## What changes were proposed in this pull request?
This PR reduces runtime overhead of a
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/13908
**[Test build #61249 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/61249/consoleFull)**
for PR 13908 at commit
[`647c2af`](https://github.com/apache/spark/commit/6
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/13908
**[Test build #61248 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/61248/consoleFull)**
for PR 13908 at commit
[`576a0e4`](https://github.com/apache/spark/commit/5
GitHub user koeninger opened a pull request:
https://github.com/apache/spark/pull/13908
[SPARK-16212][STREAMING][KAFKA] code cleanup from review feedback
## What changes were proposed in this pull request?
code cleanup in kafka-0-8 to match suggested changes for kafka-0-10 branch
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/13758
**[Test build #61247 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/61247/consoleFull)**
for PR 13758 at commit
[`65317e1`](https://github.com/apache/spark/commit/6
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/13885
Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/61245/
Test PASSed.
---
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/13885
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/13885
**[Test build #61245 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/61245/consoleFull)**
for PR 13885 at commit
[`385645b`](https://github.com/apache/spark/commit/
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/13904
Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/61246/
Test PASSed.
---
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/13904
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/13904
**[Test build #61246 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/61246/consoleFull)**
for PR 13904 at commit
[`296c2d4`](https://github.com/apache/spark/commit/
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/13758
Test FAILed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/61244/
Test FAILed.
---
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/13758
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 user SparkQA commented on the issue:
https://github.com/apache/spark/pull/13758
**[Test build #61244 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/61244/consoleFull)**
for PR 13758 at commit
[`8ac0840`](https://github.com/apache/spark/commit/
Github user Lewuathe commented on the issue:
https://github.com/apache/spark/pull/9936
@vectorijk It seems difficult to handle this JIRA for me. Could you help me
with this?
Thanks so much for taking care!
---
If your project is set up for it, you can reply to this email and have
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/13904
**[Test build #61246 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/61246/consoleFull)**
for PR 13904 at commit
[`296c2d4`](https://github.com/apache/spark/commit/2
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/13885
**[Test build #61245 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/61245/consoleFull)**
for PR 13885 at commit
[`385645b`](https://github.com/apache/spark/commit/3
Github user felixcheung commented on a diff in the pull request:
https://github.com/apache/spark/pull/13885#discussion_r68496462
--- Diff: R/pkg/R/SQLContext.R ---
@@ -110,11 +110,46 @@ infer_type <- function(x) {
}
}
-getDefaultSqlSource <- function() {
+#
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/13758
**[Test build #61244 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/61244/consoleFull)**
for PR 13758 at commit
[`8ac0840`](https://github.com/apache/spark/commit/8
Github user hhbyyh commented on a diff in the pull request:
https://github.com/apache/spark/pull/13888#discussion_r68496003
--- Diff: mllib/src/main/scala/org/apache/spark/mllib/util/MLUtils.scala ---
@@ -309,8 +309,8 @@ object MLUtils extends Logging {
}
/**
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/13907
Test FAILed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/61243/
Test FAILed.
---
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/13907
**[Test build #61243 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/61243/consoleFull)**
for PR 13907 at commit
[`c4bde02`](https://github.com/apache/spark/commit/
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/13907
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 user dongjoon-hyun commented on the issue:
https://github.com/apache/spark/pull/13876
Hi, @rxin .
For this `OptimizeIn` PR, please let me know if we need further
optimization.
Thank you always.
---
If your project is set up for it, you can reply to this email and have
Github user dongjoon-hyun commented on a diff in the pull request:
https://github.com/apache/spark/pull/13906#discussion_r68495438
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/Optimizer.scala
---
@@ -1053,6 +1055,34 @@ object PruneFilters extends R
Github user dongjoon-hyun commented on a diff in the pull request:
https://github.com/apache/spark/pull/13906#discussion_r68495422
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/Optimizer.scala
---
@@ -1053,6 +1055,34 @@ object PruneFilters extends R
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/13907
**[Test build #61243 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/61243/consoleFull)**
for PR 13907 at commit
[`c4bde02`](https://github.com/apache/spark/commit/c
GitHub user gatorsmile opened a pull request:
https://github.com/apache/spark/pull/13907
[SPARK-16209] [SQL] Convert Hive Tables to Data Source Tables for CREATE
TABLE AS SELECT
What changes were proposed in this pull request?
Currently, the following created table is Hive
Github user rxin commented on a diff in the pull request:
https://github.com/apache/spark/pull/13906#discussion_r68495048
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/Optimizer.scala
---
@@ -1053,6 +1055,34 @@ object PruneFilters extends Rule[Logic
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/13906
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/13906
Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/61242/
Test PASSed.
---
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/13906
**[Test build #61242 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/61242/consoleFull)**
for PR 13906 at commit
[`7ddf449`](https://github.com/apache/spark/commit/
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/13906
**[Test build #61242 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/61242/consoleFull)**
for PR 13906 at commit
[`7ddf449`](https://github.com/apache/spark/commit/7
GitHub user dongjoon-hyun opened a pull request:
https://github.com/apache/spark/pull/13906
[SPARK-16208][SQL] Add `CollapseEmptyPlan` optimizer
## What changes were proposed in this pull request?
This PR adds a new logical optimizer, `CollapseEmptyPlan`, to collapse a
logi
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/13758
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 user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/13758
Test FAILed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/61241/
Test FAILed.
---
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/13758
**[Test build #61241 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/61241/consoleFull)**
for PR 13758 at commit
[`9379865`](https://github.com/apache/spark/commit/
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/13860
Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/61240/
Test PASSed.
---
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/13860
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/13860
**[Test build #61240 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/61240/consoleFull)**
for PR 13860 at commit
[`b8e0511`](https://github.com/apache/spark/commit/
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/13680
Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/61239/
Test PASSed.
---
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/13680
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
1 - 100 of 198 matches
Mail list logo