GitHub user WeichenXu123 opened a pull request:
https://github.com/apache/spark/pull/14156
[SPARK-16499][ML][MLLib] improve ApplyInPlace function in ANN code
## What changes were proposed in this pull request?
I re-code the following fuction using breeze's matrix operating f
Github user neggert commented on a diff in the pull request:
https://github.com/apache/spark/pull/14140#discussion_r70450795
--- Diff:
mllib/src/main/scala/org/apache/spark/mllib/regression/IsotonicRegression.scala
---
@@ -408,8 +409,12 @@ class IsotonicRegression private (private
Github user tgravescs commented on a diff in the pull request:
https://github.com/apache/spark/pull/14149#discussion_r70450332
--- Diff: core/src/main/scala/org/apache/spark/util/Utils.scala ---
@@ -2342,6 +2342,12 @@ private[spark] object Utils extends Logging {
* Return th
Github user hvanhovell commented on a diff in the pull request:
https://github.com/apache/spark/pull/14155#discussion_r70449078
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/parser/ParseDriver.scala
---
@@ -34,7 +34,7 @@ import org.apache.spark.sql.types.Data
Github user hvanhovell commented on the issue:
https://github.com/apache/spark/pull/14154
This is by design; we throw exceptions for all invalid commands. Why should
we follow Hive here?
See for more context: https://github.com/apache/spark/pull/13307 &
https://github.com/apa
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/14155
Test FAILed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/62170/
Test FAILed.
---
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/14155
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/14155
**[Test build #62170 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/62170/consoleFull)**
for PR 14155 at commit
[`d519968`](https://github.com/apache/spark/commit/
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/14150
**[Test build #62171 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/62171/consoleFull)**
for PR 14150 at commit
[`3127733`](https://github.com/apache/spark/commit/3
Github user gatorsmile commented on the issue:
https://github.com/apache/spark/pull/14148
@rxin The failed test case is interesting! `REFRESH TABLE` command does not
refresh the metadata stored in the external catalog. When the tables are data
source tables, it is a bug?
Ple
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/14155
**[Test build #62170 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/62170/consoleFull)**
for PR 14155 at commit
[`d519968`](https://github.com/apache/spark/commit/d
Github user tgravescs commented on a diff in the pull request:
https://github.com/apache/spark/pull/14149#discussion_r70444399
--- Diff: core/src/main/scala/org/apache/spark/util/Utils.scala ---
@@ -2342,6 +2342,12 @@ private[spark] object Utils extends Logging {
* Return th
GitHub user cloud-fan opened a pull request:
https://github.com/apache/spark/pull/14155
[SPARK-16498][SQL][WIP] move hive hack for data source table into
HiveExternalCatalog
## What changes were proposed in this pull request?
Spark SQL doesn't have its own meta store yet, a
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/14154
**[Test build #62169 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/62169/consoleFull)**
for PR 14154 at commit
[`7b64de2`](https://github.com/apache/spark/commit/7
Github user tgravescs commented on a diff in the pull request:
https://github.com/apache/spark/pull/14149#discussion_r70444156
--- Diff: core/src/main/scala/org/apache/spark/util/Utils.scala ---
@@ -2342,6 +2342,12 @@ private[spark] object Utils extends Logging {
* Return th
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/14142
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/14142
Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/62163/
Test PASSed.
---
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/14142
**[Test build #62163 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/62163/consoleFull)**
for PR 14142 at commit
[`fef15ce`](https://github.com/apache/spark/commit/
Github user tgravescs commented on a diff in the pull request:
https://github.com/apache/spark/pull/14149#discussion_r70442221
--- Diff: core/src/main/scala/org/apache/spark/util/Utils.scala ---
@@ -2342,6 +2342,12 @@ private[spark] object Utils extends Logging {
* Return th
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/14154
**[Test build #62168 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/62168/consoleFull)**
for PR 14154 at commit
[`6eb9e8e`](https://github.com/apache/spark/commit/6
GitHub user lianhuiwang opened a pull request:
https://github.com/apache/spark/pull/14154
[SPARK-16497][SQL] Don't throw an exception if drop non-existent
TABLE/VIEW/Function/Partitions
## What changes were proposed in this pull request?
from
https://cwiki.apache.org/confluence
Github user techaddict commented on a diff in the pull request:
https://github.com/apache/spark/pull/14036#discussion_r70437720
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/arithmetic.scala
---
@@ -237,6 +229,9 @@ case class Divide(left: Expressi
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/14132
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/14132
Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/62162/
Test PASSed.
---
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/14132
**[Test build #62162 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/62162/consoleFull)**
for PR 14132 at commit
[`edec2e4`](https://github.com/apache/spark/commit/
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/14151
Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/62161/
Test PASSed.
---
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/14151
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/14151
**[Test build #62161 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/62161/consoleFull)**
for PR 14151 at commit
[`dafe981`](https://github.com/apache/spark/commit/
Github user techaddict commented on a diff in the pull request:
https://github.com/apache/spark/pull/13990#discussion_r70434309
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/complexTypeCreator.scala
---
@@ -393,3 +394,84 @@ case class CreateNamedS
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/14152
Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/62164/
Test PASSed.
---
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/14152
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/14152
**[Test build #62164 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/62164/consoleFull)**
for PR 14152 at commit
[`a6fce66`](https://github.com/apache/spark/commit/
Github user jerryshao commented on the issue:
https://github.com/apache/spark/pull/14149
@tgravescs and @rdblue , please help to review, thanks a lot.
---
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 n
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/14150
Test FAILed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/62167/
Test FAILed.
---
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/14150
**[Test build #62167 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/62167/consoleFull)**
for PR 14150 at commit
[`d2d567f`](https://github.com/apache/spark/commit/
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/14150
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/14153
Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/62165/
Test PASSed.
---
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/14153
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/14153
**[Test build #62165 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/62165/consoleFull)**
for PR 14153 at commit
[`0a933d8`](https://github.com/apache/spark/commit/
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/14150
**[Test build #62167 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/62167/consoleFull)**
for PR 14150 at commit
[`d2d567f`](https://github.com/apache/spark/commit/d
Github user cloud-fan commented on a diff in the pull request:
https://github.com/apache/spark/pull/13990#discussion_r70432140
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/complexTypeCreator.scala
---
@@ -393,3 +394,84 @@ case class CreateNamedSt
Github user yanboliang commented on the issue:
https://github.com/apache/spark/pull/14150
Jenkins, test 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 w
Github user cloud-fan commented on a diff in the pull request:
https://github.com/apache/spark/pull/13990#discussion_r70431713
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/complexTypeCreator.scala
---
@@ -393,3 +394,84 @@ case class CreateNamedSt
Github user cloud-fan commented on a diff in the pull request:
https://github.com/apache/spark/pull/13990#discussion_r70431411
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/complexTypeCreator.scala
---
@@ -393,3 +394,84 @@ case class CreateNamedSt
Github user ueshin commented on the issue:
https://github.com/apache/spark/pull/13873
ping @cloud-fan
---
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 i
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/13990
**[Test build #62166 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/62166/consoleFull)**
for PR 13990 at commit
[`1592ffc`](https://github.com/apache/spark/commit/1
Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/14140#discussion_r70429952
--- Diff:
mllib/src/main/scala/org/apache/spark/mllib/regression/IsotonicRegression.scala
---
@@ -408,8 +409,12 @@ class IsotonicRegression private (private
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/13704
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/13704
Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/62159/
Test PASSed.
---
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/14150
Test FAILed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/62160/
Test FAILed.
---
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/14150
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/14150
**[Test build #62160 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/62160/consoleFull)**
for PR 14150 at commit
[`d2d567f`](https://github.com/apache/spark/commit/
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/13704
**[Test build #62159 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/62159/consoleFull)**
for PR 13704 at commit
[`e6a5772`](https://github.com/apache/spark/commit/
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/14151
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/14151
Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/62158/
Test PASSed.
---
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/14151
**[Test build #62158 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/62158/consoleFull)**
for PR 14151 at commit
[`bd2936d`](https://github.com/apache/spark/commit/
Github user viirya commented on the issue:
https://github.com/apache/spark/pull/13701
ping @liancheng @yhuai again. Can you take a look? 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 hav
Github user hvanhovell commented on a diff in the pull request:
https://github.com/apache/spark/pull/14132#discussion_r70426742
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala
---
@@ -86,6 +86,7 @@ class Analyzer(
WindowsSubst
Github user hvanhovell commented on a diff in the pull request:
https://github.com/apache/spark/pull/14132#discussion_r70426735
--- Diff:
sql/catalyst/src/main/antlr4/org/apache/spark/sql/catalyst/parser/SqlBase.g4 ---
@@ -945,8 +955,12 @@ SIMPLE_COMMENT
: '--' ~[\r\n]* '\
Github user hvanhovell commented on a diff in the pull request:
https://github.com/apache/spark/pull/14132#discussion_r70426683
--- Diff:
sql/catalyst/src/main/antlr4/org/apache/spark/sql/catalyst/parser/SqlBase.g4 ---
@@ -347,6 +347,15 @@ querySpecification
windows?)
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/14153
**[Test build #62165 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/62165/consoleFull)**
for PR 14153 at commit
[`0a933d8`](https://github.com/apache/spark/commit/0
Github user hvanhovell commented on a diff in the pull request:
https://github.com/apache/spark/pull/14132#discussion_r70425722
--- Diff:
sql/catalyst/src/main/antlr4/org/apache/spark/sql/catalyst/parser/SqlBase.g4 ---
@@ -347,6 +347,15 @@ querySpecification
windows?)
GitHub user srowen opened a pull request:
https://github.com/apache/spark/pull/14153
[SPARK-16440] [MLLIB] Undeleted broadcast variables in Word2Vec causing OoM
for long runs
## What changes were proposed in this pull request?
Unpersist broadcasted vars in Word2Vec.fit for
Github user asfgit closed the pull request at:
https://github.com/apache/spark/pull/14122
---
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 srowen commented on the issue:
https://github.com/apache/spark/pull/14122
Merged to master, and 2.0 on the grounds that it's just an added
informative warning
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. I
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/14152
**[Test build #62164 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/62164/consoleFull)**
for PR 14152 at commit
[`a6fce66`](https://github.com/apache/spark/commit/a
Github user srowen commented on the issue:
https://github.com/apache/spark/pull/14152
CC @tdas
---
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 f
GitHub user srowen opened a pull request:
https://github.com/apache/spark/pull/14152
[SPARK-16395] [STREAMING] Fail if too many CheckpointWriteHandlers are
queued up in the fixed thread pool
## What changes were proposed in this pull request?
Begin failing if checkpoint wri
Github user cloud-fan commented on a diff in the pull request:
https://github.com/apache/spark/pull/11293#discussion_r70422619
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/interface.scala
---
@@ -127,33 +166,30 @@ abstract class Catalog {
* @pa
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/13494
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/13494
Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/62156/
Test PASSed.
---
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/14142
**[Test build #62163 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/62163/consoleFull)**
for PR 14142 at commit
[`fef15ce`](https://github.com/apache/spark/commit/f
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/13494
**[Test build #62156 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/62156/consoleFull)**
for PR 13494 at commit
[`030776a`](https://github.com/apache/spark/commit/
Github user srowen commented on the issue:
https://github.com/apache/spark/pull/14104
@phalodi no need to ping. We don't merge things immediately, especially
when non-essential. It gives more time for review.
---
If your project is set up for it, you can reply to this email and have
Github user srowen commented on the issue:
https://github.com/apache/spark/pull/14142
Jenkins test 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
Github user srowen commented on the issue:
https://github.com/apache/spark/pull/14142
Jenkins add to whitelist
---
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
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/13704
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/13704
Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/62155/
Test PASSed.
---
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/13704
**[Test build #62155 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/62155/consoleFull)**
for PR 13704 at commit
[`466ba88`](https://github.com/apache/spark/commit/
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/14132
**[Test build #62162 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/62162/consoleFull)**
for PR 14132 at commit
[`edec2e4`](https://github.com/apache/spark/commit/e
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/14151
**[Test build #62161 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/62161/consoleFull)**
for PR 14151 at commit
[`dafe981`](https://github.com/apache/spark/commit/d
Github user cloud-fan commented on a diff in the pull request:
https://github.com/apache/spark/pull/13704#discussion_r70418445
--- Diff:
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/optimizer/SimplifyCastsSuite.scala
---
@@ -0,0 +1,120 @@
+/*
+ * Licensed to t
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/14150
**[Test build #62160 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/62160/consoleFull)**
for PR 14150 at commit
[`d2d567f`](https://github.com/apache/spark/commit/d
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/14151
**[Test build #62158 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/62158/consoleFull)**
for PR 14151 at commit
[`bd2936d`](https://github.com/apache/spark/commit/b
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/13704
**[Test build #62159 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/62159/consoleFull)**
for PR 13704 at commit
[`e6a5772`](https://github.com/apache/spark/commit/e
GitHub user ScrapCodes opened a pull request:
https://github.com/apache/spark/pull/14151
[SPARK-16496][SQL] Add wholetext as data source for SQL.
## What changes were proposed in this pull request?
In multiple text analysis, problems it is not often desirable for the rows
t
Github user kiszk commented on the issue:
https://github.com/apache/spark/pull/13704
Thanks again for your kindly reviews. I addresses both comments.
---
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 yanboliang commented on the issue:
https://github.com/apache/spark/pull/14150
@hvanhovell Yes, I updated the dependency manifests manually. I will change
to use the scripts you provided. Thanks for your kindly remind!
---
If your project is set up for it, you can reply to
Github user liancheng commented on a diff in the pull request:
https://github.com/apache/spark/pull/14014#discussion_r70415596
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetSchemaConverter.scala
---
@@ -260,7 +260,7 @@ private[parquet]
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/14149
Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/62153/
Test PASSed.
---
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/14149
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/14149
**[Test build #62153 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/62153/consoleFull)**
for PR 14149 at commit
[`f08eabd`](https://github.com/apache/spark/commit/
Github user hvanhovell commented on the issue:
https://github.com/apache/spark/pull/14150
Hmmm it is also pulling in shapeless... did you manually update the
manifests?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If
Github user cloud-fan commented on the issue:
https://github.com/apache/spark/pull/13704
LGTM, one last comment:
https://github.com/apache/spark/pull/13704/files#r70381491
BTW can you also update the PR description? e.g. we don't need to show the
difference of generated code
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/14150
Test FAILed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/62157/
Test FAILed.
---
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/14150
**[Test build #62157 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/62157/consoleFull)**
for PR 14150 at commit
[`ba01c7e`](https://github.com/apache/spark/commit/
Github user hvanhovell commented on the issue:
https://github.com/apache/spark/pull/14150
NVM...
---
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
Github user hvanhovell commented on the issue:
https://github.com/apache/spark/pull/14150
@yanboliang you need to update the dependency manifests. Run:
`./dev/test-dependencies.sh --replace-manifest`
---
If your project is set up for it, you can reply to this email and have your
repl
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/14150
**[Test build #62157 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/62157/consoleFull)**
for PR 14150 at commit
[`ba01c7e`](https://github.com/apache/spark/commit/b
Github user yanboliang commented on the issue:
https://github.com/apache/spark/pull/14150
Jenkins, test 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 w
401 - 500 of 555 matches
Mail list logo