Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/18810
**[Test build #80325 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/80325/testReport)**
for PR 18810 at commit
[`7e84753`](https://github.com/apache/spark/commit/7e
Github user viirya commented on a diff in the pull request:
https://github.com/apache/spark/pull/17357#discussion_r131582810
--- Diff:
core/src/main/scala/org/apache/spark/deploy/rest/StandaloneRestServer.scala ---
@@ -139,7 +139,9 @@ private[rest] class StandaloneSubmitRequestServ
Github user viirya commented on a diff in the pull request:
https://github.com/apache/spark/pull/18866#discussion_r131582440
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/physical/partitioning.scala
---
@@ -262,7 +262,12 @@ case class HashPartitioning(e
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/18801
**[Test build #80324 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/80324/testReport)**
for PR 18801 at commit
[`1ace5cc`](https://github.com/apache/spark/commit/1a
Github user cloud-fan commented on the issue:
https://github.com/apache/spark/pull/18801
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 have this feature
enabled and wishes so, or if t
Github user jiangxb1987 commented on the issue:
https://github.com/apache/spark/pull/18846
Should we also apply this change to `RpcEnv` ? @zsxwing
---
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
Github user xwu0226 commented on the issue:
https://github.com/apache/spark/pull/12147
@HyukjinKwon My rebased branch has broken most of the window exclude test
cases. Trying to fix.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitH
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/18846
**[Test build #80323 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/80323/testReport)**
for PR 18846 at commit
[`afc07ee`](https://github.com/apache/spark/commit/af
Github user cloud-fan commented on the issue:
https://github.com/apache/spark/pull/18846
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 have this feature
enabled and wishes so, or if t
Github user viirya commented on the issue:
https://github.com/apache/spark/pull/18865
cc @gatorsmile @cloud-fan Can you help trigger Jenkins for this? 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 projec
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/18865
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 jinxing64 commented on the issue:
https://github.com/apache/spark/pull/18866
I added the unit test referring
(https://github.com/apache/hive/blob/branch-1/ql/src/java/org/apache/hadoop/hive/ql/optimizer/AbstractBucketJoinProc.java#L393).
Hive will sort bucket files by f
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/18866
**[Test build #80322 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/80322/testReport)**
for PR 18866 at commit
[`51d2c11`](https://github.com/apache/spark/commit/51
GitHub user jmchung reopened a pull request:
https://github.com/apache/spark/pull/18865
[SPARK-21610][SQL] Corrupt records are not handled properly when creating a
dataframe from a file
## What changes were proposed in this pull request?
```
echo '{"field": 1}
{"field":
GitHub user jinxing64 opened a pull request:
https://github.com/apache/spark/pull/18866
[SPARK-21649][SQL] Support writing data into hive bucket table.
## What changes were proposed in this pull request?
Support writing hive bucket table. Spark internally uses Murmur3Hash fo
Github user jmchung closed the pull request at:
https://github.com/apache/spark/pull/18865
---
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 en
GitHub user jmchung opened a pull request:
https://github.com/apache/spark/pull/18865
[SPARK-21610][SQL] Corrupt records are not handled properly when creating a
dataframe from a file
## What changes were proposed in this pull request?
```
echo '{"field": 1}
{"field": 2}
Github user kevinyu98 commented on a diff in the pull request:
https://github.com/apache/spark/pull/12646#discussion_r131578995
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/parser/AstBuilder.scala
---
@@ -1121,6 +1125,30 @@ class AstBuilder(conf: SQLConf) ex
Github user kevinyu98 commented on a diff in the pull request:
https://github.com/apache/spark/pull/12646#discussion_r131579031
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/parser/AstBuilder.scala
---
@@ -1121,6 +1125,30 @@ class AstBuilder(conf: SQLConf) ex
Github user kevinyu98 commented on a diff in the pull request:
https://github.com/apache/spark/pull/12646#discussion_r131578980
--- Diff: sql/core/src/main/scala/org/apache/spark/sql/functions.scala ---
@@ -2304,7 +2304,15 @@ object functions {
* @group string_funcs
Github user viirya commented on a diff in the pull request:
https://github.com/apache/spark/pull/18820#discussion_r131578382
--- Diff: python/pyspark/sql/dataframe.py ---
@@ -1393,6 +1393,16 @@ def replace(self, to_replace, value=None,
subset=None):
|null| null| null|
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/18861
**[Test build #80321 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/80321/testReport)**
for PR 18861 at commit
[`c0306d3`](https://github.com/apache/spark/commit/c0
Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/18810#discussion_r131576044
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/codegen/CodeGenerator.scala
---
@@ -356,6 +356,16 @@ class CodegenContex
Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/18810#discussion_r131575786
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/WholeStageCodegenExec.scala
---
@@ -370,6 +370,12 @@ case class WholeStageCodegenExec(c
Github user facaiy commented on the issue:
https://github.com/apache/spark/pull/18764
@SparkQA Take a test, 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/18861
**[Test build #80320 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/80320/testReport)**
for PR 18861 at commit
[`413b0eb`](https://github.com/apache/spark/commit/41
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/18864
**[Test build #80319 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/80319/testReport)**
for PR 18864 at commit
[`e4aac50`](https://github.com/apache/spark/commit/e4
Github user gatorsmile commented on the issue:
https://github.com/apache/spark/pull/18864
cc @zsxwing @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 wish
Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/18864#discussion_r131574704
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/jdbc/JdbcRelationProvider.scala
---
@@ -29,17 +29,22 @@ class JdbcRelationP
GitHub user gatorsmile opened a pull request:
https://github.com/apache/spark/pull/18864
[SPARK-21648] [SQL] Fix confusing assert failure in JDBC source when
parallel fetching parameters are not properly provided.
### What changes were proposed in this pull request?
```SQL
C
Github user HyukjinKwon commented on the issue:
https://github.com/apache/spark/pull/18855
Yea, please refer
http://apache-spark-developers-list.1001551.n3.nabble.com/Some-PRs-not-automatically-linked-to-JIRAs-td22067.html
Looks some problems related with it.
---
If your project is
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/18830
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/18830
Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/80316/
Test PASSed.
---
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/18810
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/18810
Test FAILed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/80318/
Test FAILed.
---
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/18810
**[Test build #80318 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/80318/testReport)**
for PR 18810 at commit
[`1b0ac5e`](https://github.com/apache/spark/commit/1
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/18830
**[Test build #80316 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/80316/testReport)**
for PR 18830 at commit
[`d82401d`](https://github.com/apache/spark/commit/d
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/18810
**[Test build #80318 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/80318/testReport)**
for PR 18810 at commit
[`1b0ac5e`](https://github.com/apache/spark/commit/1b
Github user gatorsmile commented on the issue:
https://github.com/apache/spark/pull/18810
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 have this feature
enabled and wishes so, or if
Github user maropu commented on a diff in the pull request:
https://github.com/apache/spark/pull/18576#discussion_r131573104
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/basicPhysicalOperators.scala
---
@@ -94,27 +94,14 @@ case class FilterExec(condition: Expre
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/18862
**[Test build #80317 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/80317/testReport)**
for PR 18862 at commit
[`592ab60`](https://github.com/apache/spark/commit/59
Github user gatorsmile commented on the issue:
https://github.com/apache/spark/pull/18862
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 have this feature
enabled and wishes so, or if
Github user hhbyyh commented on the issue:
https://github.com/apache/spark/pull/17583
A gentle ping since I think this is quite helpful.
@jkbradley @MLnick @yanboliang @srowen @holdenk
---
If your project is set up for it, you can reply to this email and have your
reply appear o
Github user HyukjinKwon commented on a diff in the pull request:
https://github.com/apache/spark/pull/18820#discussion_r131572498
--- Diff: python/pyspark/sql/dataframe.py ---
@@ -1393,6 +1393,16 @@ def replace(self, to_replace, value=None,
subset=None):
|null| null|
Github user hhbyyh closed the pull request at:
https://github.com/apache/spark/pull/18733
---
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 maropu commented on a diff in the pull request:
https://github.com/apache/spark/pull/18861#discussion_r131571620
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/basicLogicalOperators.scala
---
@@ -753,6 +753,16 @@ case class Repartitio
Github user maropu commented on a diff in the pull request:
https://github.com/apache/spark/pull/18861#discussion_r131571547
--- Diff: core/src/test/scala/org/apache/spark/rdd/RDDSuite.scala ---
@@ -1185,23 +1194,21 @@ class SizeBasedCoalescer(val maxSize: Int) extends
PartitionCoa
Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/18861#discussion_r131571449
--- Diff: core/src/test/scala/org/apache/spark/rdd/RDDSuite.scala ---
@@ -1185,23 +1194,21 @@ class SizeBasedCoalescer(val maxSize: Int) extends
Partitio
Github user maropu commented on a diff in the pull request:
https://github.com/apache/spark/pull/18861#discussion_r131571248
--- Diff: core/src/test/scala/org/apache/spark/rdd/RDDSuite.scala ---
@@ -1185,23 +1194,21 @@ class SizeBasedCoalescer(val maxSize: Int) extends
PartitionCoa
Github user viirya commented on a diff in the pull request:
https://github.com/apache/spark/pull/18820#discussion_r131571005
--- Diff: python/pyspark/sql/dataframe.py ---
@@ -1393,6 +1393,16 @@ def replace(self, to_replace, value=None,
subset=None):
|null| null| null|
Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/18861#discussion_r131570851
--- Diff: core/src/test/scala/org/apache/spark/rdd/RDDSuite.scala ---
@@ -1185,23 +1194,21 @@ class SizeBasedCoalescer(val maxSize: Int) extends
Partitio
Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/18861#discussion_r131570879
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/basicLogicalOperators.scala
---
@@ -753,6 +753,16 @@ case class Repart
Github user maropu commented on a diff in the pull request:
https://github.com/apache/spark/pull/18861#discussion_r131570565
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/basicPhysicalOperators.scala
---
@@ -571,7 +570,8 @@ case class UnionExec(children: Seq[Spa
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/18576
Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/80315/
Test PASSed.
---
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/18576
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/18576
**[Test build #80315 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/80315/testReport)**
for PR 18576 at commit
[`5d2fd6d`](https://github.com/apache/spark/commit/5
Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/18861#discussion_r131570472
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/basicPhysicalOperators.scala
---
@@ -571,7 +570,8 @@ case class UnionExec(children: Seq
Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/18820#discussion_r131570273
--- Diff:
sql/core/src/test/scala/org/apache/spark/sql/DataFrameNaFunctionsSuite.scala ---
@@ -261,5 +261,18 @@ class DataFrameNaFunctionsSuite extends Q
Github user gatorsmile commented on the issue:
https://github.com/apache/spark/pull/18820
cc @ueshin Could you also take a look the code changes in the Python side?
Thanks!
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well.
Github user gatorsmile commented on the issue:
https://github.com/apache/spark/pull/18820
Could you also add a test case to cover the end-to-end use case the JIRA
mentioned? Also put it in the PR description, which will be part of the PR
commit. Thanks!
---
If your project is set up
Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/18820#discussion_r131570031
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/DataFrameNaFunctions.scala ---
@@ -314,6 +316,7 @@ final class DataFrameNaFunctions private[sql](d
Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/18820#discussion_r131569954
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/DataFrameNaFunctions.scala ---
@@ -366,11 +370,15 @@ final class DataFrameNaFunctions private[sql]
Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/18820#discussion_r131569819
--- Diff:
sql/catalyst/src/test/scala/org/apache/spark/sql/types/DataTypeSuite.scala ---
@@ -145,8 +145,8 @@ class DataTypeSuite extends SparkFunSuite {
Github user gatorsmile commented on the issue:
https://github.com/apache/spark/pull/18820
@bravo-zhang Could you update the PR description to explain what this PR is
trying to achieve? So far, it is not clear enough to explain what you did in
this PR. Thanks!
---
If your project is
Github user HyukjinKwon commented on a diff in the pull request:
https://github.com/apache/spark/pull/18820#discussion_r131569456
--- Diff: python/pyspark/sql/dataframe.py ---
@@ -1393,6 +1393,16 @@ def replace(self, to_replace, value=None,
subset=None):
|null| null|
Github user viirya commented on a diff in the pull request:
https://github.com/apache/spark/pull/18820#discussion_r131569039
--- Diff: python/pyspark/sql/dataframe.py ---
@@ -1393,6 +1393,16 @@ def replace(self, to_replace, value=None,
subset=None):
|null| null| null|
Github user HyukjinKwon commented on a diff in the pull request:
https://github.com/apache/spark/pull/18820#discussion_r131568706
--- Diff: python/pyspark/sql/dataframe.py ---
@@ -1393,6 +1393,16 @@ def replace(self, to_replace, value=None,
subset=None):
|null| null|
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/18468
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/18468
Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/80314/
Test PASSed.
---
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/18468
**[Test build #80314 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/80314/testReport)**
for PR 18468 at commit
[`a26dc15`](https://github.com/apache/spark/commit/a
Github user HyukjinKwon commented on a diff in the pull request:
https://github.com/apache/spark/pull/18820#discussion_r131568383
--- Diff: python/pyspark/sql/dataframe.py ---
@@ -1393,6 +1393,16 @@ def replace(self, to_replace, value=None,
subset=None):
|null| null|
Github user wangyum commented on the issue:
https://github.com/apache/spark/pull/18769
@gatorsmile Docs syntax issues was fixed by
https://github.com/apache/spark/pull/18793.
---
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/18833#discussion_r131568132
--- Diff:
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/MathExpressionsSuite.scala
---
@@ -403,11 +403,13 @@ class MathExpressionsSu
Github user viirya commented on a diff in the pull request:
https://github.com/apache/spark/pull/18820#discussion_r131567901
--- Diff: python/pyspark/sql/dataframe.py ---
@@ -1393,6 +1393,16 @@ def replace(self, to_replace, value=None,
subset=None):
|null| null| null|
Github user viirya commented on a diff in the pull request:
https://github.com/apache/spark/pull/18820#discussion_r131567720
--- Diff: python/pyspark/sql/tests.py ---
@@ -1964,6 +1964,16 @@ def test_replace(self):
.replace(False, True).first())
self.
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/18863
Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/80313/
Test PASSed.
---
Github user AmplabJenkins commented on the issue:
https://github.com/apache/spark/pull/18863
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/18863
**[Test build #80313 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/80313/testReport)**
for PR 18863 at commit
[`f351fb1`](https://github.com/apache/spark/commit/f
Github user wangyum commented on a diff in the pull request:
https://github.com/apache/spark/pull/18833#discussion_r131566961
--- Diff:
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/MathExpressionsSuite.scala
---
@@ -403,11 +403,13 @@ class MathExpressionsS
Github user wangyum commented on a diff in the pull request:
https://github.com/apache/spark/pull/18833#discussion_r131566102
--- Diff:
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/MathExpressionsSuite.scala
---
@@ -403,11 +403,13 @@ class MathExpressionsS
Github user HyukjinKwon commented on a diff in the pull request:
https://github.com/apache/spark/pull/18833#discussion_r131566009
--- Diff:
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/MathExpressionsSuite.scala
---
@@ -403,11 +403,13 @@ class MathExpressi
Github user viirya commented on a diff in the pull request:
https://github.com/apache/spark/pull/18820#discussion_r131566016
--- Diff:
sql/core/src/test/scala/org/apache/spark/sql/DataFrameNaFunctionsSuite.scala ---
@@ -261,5 +261,18 @@ class DataFrameNaFunctionsSuite extends Query
Github user viirya commented on a diff in the pull request:
https://github.com/apache/spark/pull/18833#discussion_r131565248
--- Diff:
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/MathExpressionsSuite.scala
---
@@ -403,11 +403,13 @@ class MathExpressionsSu
Github user viirya commented on the issue:
https://github.com/apache/spark/pull/18813
ping @cloud-fan @hvanhovell Can you help to review this change? 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
Github user kiszk commented on the issue:
https://github.com/apache/spark/pull/18641
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 if
Github user maropu commented on the issue:
https://github.com/apache/spark/pull/18853
How about casting the `int` values into `string` ones in that case you
described in the description, and then comparing them by a lexicographical
order?
---
If your project is set up for it, you ca
Github user wangjiaochun commented on the issue:
https://github.com/apache/spark/pull/18474
Yes, Running this on Windows7.
---
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
Github user HyukjinKwon commented on the issue:
https://github.com/apache/spark/pull/18710
gentle ping @maclockard.
---
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 HyukjinKwon commented on a diff in the pull request:
https://github.com/apache/spark/pull/18111#discussion_r131562253
--- Diff:
core/src/main/scala/org/apache/spark/internal/io/HadoopMapReduceCommitProtocol.scala
---
@@ -73,7 +73,10 @@ class HadoopMapReduceCommitProtoc
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/18830
**[Test build #80316 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/80316/testReport)**
for PR 18830 at commit
[`d82401d`](https://github.com/apache/spark/commit/d8
Github user HyukjinKwon commented on the issue:
https://github.com/apache/spark/pull/18474
@wangjiaochun Are you running this on Windows?
---
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
Github user HyukjinKwon commented on the issue:
https://github.com/apache/spark/pull/18830
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 have this feature
enabled and wishes so, or if
Github user jiangxb1987 commented on the issue:
https://github.com/apache/spark/pull/18791
Yea, I'm just thinking whether it is possible we can have a perfect
approach that we can be confident to turn it on by default.
---
If your project is set up for it, you can reply to this email
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/18576
**[Test build #80315 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/80315/testReport)**
for PR 18576 at commit
[`5d2fd6d`](https://github.com/apache/spark/commit/5d
Github user HyukjinKwon commented on the issue:
https://github.com/apache/spark/pull/18820
Other than few comments above, LGTM. Any other 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 not
Github user HyukjinKwon commented on a diff in the pull request:
https://github.com/apache/spark/pull/18820#discussion_r131559076
--- Diff: python/pyspark/sql/dataframe.py ---
@@ -1446,7 +1457,7 @@ def all_of_(xs):
if isinstance(to_replace, (float, int, long, basestring
Github user HyukjinKwon commented on a diff in the pull request:
https://github.com/apache/spark/pull/18820#discussion_r131559178
--- Diff: python/pyspark/sql/dataframe.py ---
@@ -1460,7 +1471,8 @@ def all_of_(xs):
subset = [subset]
# Verify we we
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/18468
**[Test build #80314 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/80314/testReport)**
for PR 18468 at commit
[`a26dc15`](https://github.com/apache/spark/commit/a2
Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/18863
**[Test build #80313 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/80313/testReport)**
for PR 18863 at commit
[`f351fb1`](https://github.com/apache/spark/commit/f3
Github user gatorsmile commented on the issue:
https://github.com/apache/spark/pull/18863
cc @cloud-fan @BoleynSu @hvanhovell
---
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
ena
1 - 100 of 244 matches
Mail list logo