[GitHub] [spark] HyukjinKwon closed pull request #25716: [SPARK-29012][SQL] Support special timestamp values

2019-09-18 Thread GitBox
HyukjinKwon closed pull request #25716: [SPARK-29012][SQL] Support special timestamp values URL: https://github.com/apache/spark/pull/25716 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [spark] HyukjinKwon commented on issue #25716: [SPARK-29012][SQL] Support special timestamp values

2019-09-18 Thread GitBox
HyukjinKwon commented on issue #25716: [SPARK-29012][SQL] Support special timestamp values URL: https://github.com/apache/spark/pull/25716#issuecomment-532711283 Merged to master. This is an automated message from the Apache

[GitHub] [spark] srowen commented on issue #25789: [SPARK-28927][ML] Rethrow block mismatch exception in ALS when input data is nondeterministic

2019-09-18 Thread GitBox
srowen commented on issue #25789: [SPARK-28927][ML] Rethrow block mismatch exception in ALS when input data is nondeterministic URL: https://github.com/apache/spark/pull/25789#issuecomment-532707660 Merged to master This is

[GitHub] [spark] srowen closed pull request #25789: [SPARK-28927][ML] Rethrow block mismatch exception in ALS when input data is nondeterministic

2019-09-18 Thread GitBox
srowen closed pull request #25789: [SPARK-28927][ML] Rethrow block mismatch exception in ALS when input data is nondeterministic URL: https://github.com/apache/spark/pull/25789 This is an automated message from the Apache

[GitHub] [spark] srowen commented on issue #25821: [SPARK-29124][CORE] Use MurmurHash3 `bytesHash(data, seed)` instead of `bytesHash(data)`

2019-09-18 Thread GitBox
srowen commented on issue #25821: [SPARK-29124][CORE] Use MurmurHash3 `bytesHash(data, seed)` instead of `bytesHash(data)` URL: https://github.com/apache/spark/pull/25821#issuecomment-532706603 See comment on other PR - yep I get the idea now, makes sense.

[GitHub] [spark] advancedxy commented on issue #25825: [SPARK-26713][CORE][2.4] Interrupt pipe IO threads in PipedRDD when task is finished

2019-09-18 Thread GitBox
advancedxy commented on issue #25825: [SPARK-26713][CORE][2.4] Interrupt pipe IO threads in PipedRDD when task is finished URL: https://github.com/apache/spark/pull/25825#issuecomment-532706176 > Let's also mention the original PR in the description. Edited the description. And the

[GitHub] [spark] srowen commented on a change in pull request #25802: [SPARK-29095][ML] add extractInstances

2019-09-18 Thread GitBox
srowen commented on a change in pull request #25802: [SPARK-29095][ML] add extractInstances URL: https://github.com/apache/spark/pull/25802#discussion_r325702663 ## File path: mllib/src/main/scala/org/apache/spark/ml/Predictor.scala ## @@ -62,6 +62,40 @@ private[ml] trait

[GitHub] [spark] turboFei commented on issue #25795: [WIP][SPARK-29037][Core] Spark gives duplicate result when an application was killed

2019-09-18 Thread GitBox
turboFei commented on issue #25795: [WIP][SPARK-29037][Core] Spark gives duplicate result when an application was killed URL: https://github.com/apache/spark/pull/25795#issuecomment-532704768 I have discussed with advancedxy offline, and I am clearly for the solution now. Thanks

[GitHub] [spark] srowen commented on a change in pull request #25759: [SPARK-19147][CORE] Gracefully handle error in task after executor is stopped

2019-09-18 Thread GitBox
srowen commented on a change in pull request #25759: [SPARK-19147][CORE] Gracefully handle error in task after executor is stopped URL: https://github.com/apache/spark/pull/25759#discussion_r325700132 ## File path: core/src/main/scala/org/apache/spark/executor/Executor.scala

[GitHub] [spark] srowen commented on issue #25689: [SPARK-28972][DOCS] Updating unit description in configurations, to maintain consistency

2019-09-18 Thread GitBox
srowen commented on issue #25689: [SPARK-28972][DOCS] Updating unit description in configurations, to maintain consistency URL: https://github.com/apache/spark/pull/25689#issuecomment-532702739 Merged to master This is an

[GitHub] [spark] srowen closed pull request #25689: [SPARK-28972][DOCS] Updating unit description in configurations, to maintain consistency

2019-09-18 Thread GitBox
srowen closed pull request #25689: [SPARK-28972][DOCS] Updating unit description in configurations, to maintain consistency URL: https://github.com/apache/spark/pull/25689 This is an automated message from the Apache Git

[GitHub] [spark] AmplabJenkins removed a comment on issue #25820: [SPARK-29101][SQL] Fix count API for csv file when DROPMALFORMED mode is selected

2019-09-18 Thread GitBox
AmplabJenkins removed a comment on issue #25820: [SPARK-29101][SQL] Fix count API for csv file when DROPMALFORMED mode is selected URL: https://github.com/apache/spark/pull/25820#issuecomment-532700198 Test PASSed. Refer to this link for build results (access rights to CI server

[GitHub] [spark] AmplabJenkins removed a comment on issue #25820: [SPARK-29101][SQL] Fix count API for csv file when DROPMALFORMED mode is selected

2019-09-18 Thread GitBox
AmplabJenkins removed a comment on issue #25820: [SPARK-29101][SQL] Fix count API for csv file when DROPMALFORMED mode is selected URL: https://github.com/apache/spark/pull/25820#issuecomment-532700190 Merged build finished. Test PASSed.

[GitHub] [spark] AmplabJenkins commented on issue #25820: [SPARK-29101][SQL] Fix count API for csv file when DROPMALFORMED mode is selected

2019-09-18 Thread GitBox
AmplabJenkins commented on issue #25820: [SPARK-29101][SQL] Fix count API for csv file when DROPMALFORMED mode is selected URL: https://github.com/apache/spark/pull/25820#issuecomment-532700190 Merged build finished. Test PASSed.

[GitHub] [spark] AmplabJenkins removed a comment on issue #25825: [SPARK-26713][CORE][2.4] Interrupt pipe IO threads in PipedRDD when task is finished

2019-09-18 Thread GitBox
AmplabJenkins removed a comment on issue #25825: [SPARK-26713][CORE][2.4] Interrupt pipe IO threads in PipedRDD when task is finished URL: https://github.com/apache/spark/pull/25825#issuecomment-532699661 Merged build finished. Test PASSed.

[GitHub] [spark] AmplabJenkins removed a comment on issue #25825: [SPARK-26713][CORE][2.4] Interrupt pipe IO threads in PipedRDD when task is finished

2019-09-18 Thread GitBox
AmplabJenkins removed a comment on issue #25825: [SPARK-26713][CORE][2.4] Interrupt pipe IO threads in PipedRDD when task is finished URL: https://github.com/apache/spark/pull/25825#issuecomment-532699672 Test PASSed. Refer to this link for build results (access rights to CI server

[GitHub] [spark] maropu commented on issue #25830: [SPARK-29140][SQL] Handle BinaryType of parameter properly in HashAggregateExec

2019-09-18 Thread GitBox
maropu commented on issue #25830: [SPARK-29140][SQL] Handle BinaryType of parameter properly in HashAggregateExec URL: https://github.com/apache/spark/pull/25830#issuecomment-532700223 In the PR title, array types is more obvious than binary types?

[GitHub] [spark] AmplabJenkins commented on issue #25820: [SPARK-29101][SQL] Fix count API for csv file when DROPMALFORMED mode is selected

2019-09-18 Thread GitBox
AmplabJenkins commented on issue #25820: [SPARK-29101][SQL] Fix count API for csv file when DROPMALFORMED mode is selected URL: https://github.com/apache/spark/pull/25820#issuecomment-532700198 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] AmplabJenkins commented on issue #25825: [SPARK-26713][CORE][2.4] Interrupt pipe IO threads in PipedRDD when task is finished

2019-09-18 Thread GitBox
AmplabJenkins commented on issue #25825: [SPARK-26713][CORE][2.4] Interrupt pipe IO threads in PipedRDD when task is finished URL: https://github.com/apache/spark/pull/25825#issuecomment-532699661 Merged build finished. Test PASSed.

[GitHub] [spark] AmplabJenkins commented on issue #25825: [SPARK-26713][CORE][2.4] Interrupt pipe IO threads in PipedRDD when task is finished

2019-09-18 Thread GitBox
AmplabJenkins commented on issue #25825: [SPARK-26713][CORE][2.4] Interrupt pipe IO threads in PipedRDD when task is finished URL: https://github.com/apache/spark/pull/25825#issuecomment-532699672 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] AmplabJenkins removed a comment on issue #25690: [SPARK-27831][FOLLOW-UP][SQL][TEST][test-maven] Move Hive test jars to local file

2019-09-18 Thread GitBox
AmplabJenkins removed a comment on issue #25690: [SPARK-27831][FOLLOW-UP][SQL][TEST][test-maven] Move Hive test jars to local file URL: https://github.com/apache/spark/pull/25690#issuecomment-532699223 Merged build finished. Test PASSed.

[GitHub] [spark] SparkQA removed a comment on issue #25825: [SPARK-26713][CORE][2.4] Interrupt pipe IO threads in PipedRDD when task is finished

2019-09-18 Thread GitBox
SparkQA removed a comment on issue #25825: [SPARK-26713][CORE][2.4] Interrupt pipe IO threads in PipedRDD when task is finished URL: https://github.com/apache/spark/pull/25825#issuecomment-532584868 **[Test build #110896 has

[GitHub] [spark] AmplabJenkins removed a comment on issue #25690: [SPARK-27831][FOLLOW-UP][SQL][TEST][test-maven] Move Hive test jars to local file

2019-09-18 Thread GitBox
AmplabJenkins removed a comment on issue #25690: [SPARK-27831][FOLLOW-UP][SQL][TEST][test-maven] Move Hive test jars to local file URL: https://github.com/apache/spark/pull/25690#issuecomment-532699238 Test PASSed. Refer to this link for build results (access rights to CI server

[GitHub] [spark] AmplabJenkins removed a comment on issue #25728: [SPARK-29020][WIP][SQL] Improving array_sort behaviour

2019-09-18 Thread GitBox
AmplabJenkins removed a comment on issue #25728: [SPARK-29020][WIP][SQL] Improving array_sort behaviour URL: https://github.com/apache/spark/pull/25728#issuecomment-532699304 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] SparkQA removed a comment on issue #25820: [SPARK-29101][SQL] Fix count API for csv file when DROPMALFORMED mode is selected

2019-09-18 Thread GitBox
SparkQA removed a comment on issue #25820: [SPARK-29101][SQL] Fix count API for csv file when DROPMALFORMED mode is selected URL: https://github.com/apache/spark/pull/25820#issuecomment-532587821 **[Test build #110898 has

[GitHub] [spark] AmplabJenkins removed a comment on issue #25728: [SPARK-29020][WIP][SQL] Improving array_sort behaviour

2019-09-18 Thread GitBox
AmplabJenkins removed a comment on issue #25728: [SPARK-29020][WIP][SQL] Improving array_sort behaviour URL: https://github.com/apache/spark/pull/25728#issuecomment-532699294 Merged build finished. Test PASSed. This is an

[GitHub] [spark] SparkQA commented on issue #25820: [SPARK-29101][SQL] Fix count API for csv file when DROPMALFORMED mode is selected

2019-09-18 Thread GitBox
SparkQA commented on issue #25820: [SPARK-29101][SQL] Fix count API for csv file when DROPMALFORMED mode is selected URL: https://github.com/apache/spark/pull/25820#issuecomment-532699395 **[Test build #110898 has

[GitHub] [spark] AmplabJenkins commented on issue #25728: [SPARK-29020][WIP][SQL] Improving array_sort behaviour

2019-09-18 Thread GitBox
AmplabJenkins commented on issue #25728: [SPARK-29020][WIP][SQL] Improving array_sort behaviour URL: https://github.com/apache/spark/pull/25728#issuecomment-532699304 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] AmplabJenkins commented on issue #25728: [SPARK-29020][WIP][SQL] Improving array_sort behaviour

2019-09-18 Thread GitBox
AmplabJenkins commented on issue #25728: [SPARK-29020][WIP][SQL] Improving array_sort behaviour URL: https://github.com/apache/spark/pull/25728#issuecomment-532699294 Merged build finished. Test PASSed. This is an automated

[GitHub] [spark] AmplabJenkins commented on issue #25690: [SPARK-27831][FOLLOW-UP][SQL][TEST][test-maven] Move Hive test jars to local file

2019-09-18 Thread GitBox
AmplabJenkins commented on issue #25690: [SPARK-27831][FOLLOW-UP][SQL][TEST][test-maven] Move Hive test jars to local file URL: https://github.com/apache/spark/pull/25690#issuecomment-532699223 Merged build finished. Test PASSed.

[GitHub] [spark] AmplabJenkins commented on issue #25690: [SPARK-27831][FOLLOW-UP][SQL][TEST][test-maven] Move Hive test jars to local file

2019-09-18 Thread GitBox
AmplabJenkins commented on issue #25690: [SPARK-27831][FOLLOW-UP][SQL][TEST][test-maven] Move Hive test jars to local file URL: https://github.com/apache/spark/pull/25690#issuecomment-532699238 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] maropu commented on a change in pull request #25830: [SPARK-29140][SQL] Handle BinaryType of parameter properly in HashAggregateExec

2019-09-18 Thread GitBox
maropu commented on a change in pull request #25830: [SPARK-29140][SQL] Handle BinaryType of parameter properly in HashAggregateExec URL: https://github.com/apache/spark/pull/25830#discussion_r325694088 ## File path:

[GitHub] [spark] SparkQA commented on issue #25825: [SPARK-26713][CORE][2.4] Interrupt pipe IO threads in PipedRDD when task is finished

2019-09-18 Thread GitBox
SparkQA commented on issue #25825: [SPARK-26713][CORE][2.4] Interrupt pipe IO threads in PipedRDD when task is finished URL: https://github.com/apache/spark/pull/25825#issuecomment-532699049 **[Test build #110896 has

[GitHub] [spark] SparkQA commented on issue #25811: [SPARK-29111][CORE] Support snapshot/restore on KVStore

2019-09-18 Thread GitBox
SparkQA commented on issue #25811: [SPARK-29111][CORE] Support snapshot/restore on KVStore URL: https://github.com/apache/spark/pull/25811#issuecomment-532698564 **[Test build #110912 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/110912/testReport)** for

[GitHub] [spark] SparkQA commented on issue #25728: [SPARK-29020][WIP][SQL] Improving array_sort behaviour

2019-09-18 Thread GitBox
SparkQA commented on issue #25728: [SPARK-29020][WIP][SQL] Improving array_sort behaviour URL: https://github.com/apache/spark/pull/25728#issuecomment-532698559 **[Test build #110913 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/110913/testReport)** for

[GitHub] [spark] SparkQA commented on issue #25690: [SPARK-27831][FOLLOW-UP][SQL][TEST][test-maven] Move Hive test jars to local file

2019-09-18 Thread GitBox
SparkQA commented on issue #25690: [SPARK-27831][FOLLOW-UP][SQL][TEST][test-maven] Move Hive test jars to local file URL: https://github.com/apache/spark/pull/25690#issuecomment-532698517 **[Test build #110914 has

[GitHub] [spark] maropu commented on a change in pull request #25830: [SPARK-29140][SQL] Handle BinaryType of parameter properly in HashAggregateExec

2019-09-18 Thread GitBox
maropu commented on a change in pull request #25830: [SPARK-29140][SQL] Handle BinaryType of parameter properly in HashAggregateExec URL: https://github.com/apache/spark/pull/25830#discussion_r325693305 ## File path:

[GitHub] [spark] maropu commented on a change in pull request #25830: [SPARK-29140][SQL] Handle BinaryType of parameter properly in HashAggregateExec

2019-09-18 Thread GitBox
maropu commented on a change in pull request #25830: [SPARK-29140][SQL] Handle BinaryType of parameter properly in HashAggregateExec URL: https://github.com/apache/spark/pull/25830#discussion_r325692826 ## File path:

[GitHub] [spark] wangyum commented on issue #25690: [SPARK-27831][FOLLOW-UP][SQL][TEST][test-maven] Move Hive test jars to local file

2019-09-18 Thread GitBox
wangyum commented on issue #25690: [SPARK-27831][FOLLOW-UP][SQL][TEST][test-maven] Move Hive test jars to local file URL: https://github.com/apache/spark/pull/25690#issuecomment-532698008 retest this please This is an

[GitHub] [spark] HeartSaVioR commented on issue #25811: [SPARK-29111][CORE] Support snapshot/restore on KVStore

2019-09-18 Thread GitBox
HeartSaVioR commented on issue #25811: [SPARK-29111][CORE] Support snapshot/restore on KVStore URL: https://github.com/apache/spark/pull/25811#issuecomment-532697915 retest this, please This is an automated message from the

[GitHub] [spark] HeartSaVioR commented on issue #25811: [SPARK-29111][CORE] Support snapshot/restore on KVStore

2019-09-18 Thread GitBox
HeartSaVioR commented on issue #25811: [SPARK-29111][CORE] Support snapshot/restore on KVStore URL: https://github.com/apache/spark/pull/25811#issuecomment-532697859 Known flaky test: SPARK-23197. Not relevant to this patch.

[GitHub] [spark] AmplabJenkins commented on issue #25814: [SPARK-19926][PYSPARK] make captured exception from JVM side user friendly

2019-09-18 Thread GitBox
AmplabJenkins commented on issue #25814: [SPARK-19926][PYSPARK] make captured exception from JVM side user friendly URL: https://github.com/apache/spark/pull/25814#issuecomment-532697186 Merged build finished. Test PASSed.

[GitHub] [spark] AmplabJenkins removed a comment on issue #25814: [SPARK-19926][PYSPARK] make captured exception from JVM side user friendly

2019-09-18 Thread GitBox
AmplabJenkins removed a comment on issue #25814: [SPARK-19926][PYSPARK] make captured exception from JVM side user friendly URL: https://github.com/apache/spark/pull/25814#issuecomment-532697186 Merged build finished. Test PASSed.

[GitHub] [spark] AmplabJenkins removed a comment on issue #25814: [SPARK-19926][PYSPARK] make captured exception from JVM side user friendly

2019-09-18 Thread GitBox
AmplabJenkins removed a comment on issue #25814: [SPARK-19926][PYSPARK] make captured exception from JVM side user friendly URL: https://github.com/apache/spark/pull/25814#issuecomment-532697198 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] AmplabJenkins commented on issue #25814: [SPARK-19926][PYSPARK] make captured exception from JVM side user friendly

2019-09-18 Thread GitBox
AmplabJenkins commented on issue #25814: [SPARK-19926][PYSPARK] make captured exception from JVM side user friendly URL: https://github.com/apache/spark/pull/25814#issuecomment-532697198 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] SparkQA removed a comment on issue #25814: [SPARK-19926][PYSPARK] make captured exception from JVM side user friendly

2019-09-18 Thread GitBox
SparkQA removed a comment on issue #25814: [SPARK-19926][PYSPARK] make captured exception from JVM side user friendly URL: https://github.com/apache/spark/pull/25814#issuecomment-532685386 **[Test build #110910 has

[GitHub] [spark] SparkQA commented on issue #25814: [SPARK-19926][PYSPARK] make captured exception from JVM side user friendly

2019-09-18 Thread GitBox
SparkQA commented on issue #25814: [SPARK-19926][PYSPARK] make captured exception from JVM side user friendly URL: https://github.com/apache/spark/pull/25814#issuecomment-532696727 **[Test build #110910 has

[GitHub] [spark] AmplabJenkins removed a comment on issue #25690: [SPARK-27831][FOLLOW-UP][SQL][TEST][test-maven] Move Hive test jars to local file

2019-09-18 Thread GitBox
AmplabJenkins removed a comment on issue #25690: [SPARK-27831][FOLLOW-UP][SQL][TEST][test-maven] Move Hive test jars to local file URL: https://github.com/apache/spark/pull/25690#issuecomment-532695137 Test FAILed. Refer to this link for build results (access rights to CI server

[GitHub] [spark] xuanyuanking commented on a change in pull request #25768: [SPARK-29063][SQL] Modify fillValue approach to support joined dataframe

2019-09-18 Thread GitBox
xuanyuanking commented on a change in pull request #25768: [SPARK-29063][SQL] Modify fillValue approach to support joined dataframe URL: https://github.com/apache/spark/pull/25768#discussion_r325689461 ## File path:

[GitHub] [spark] AmplabJenkins removed a comment on issue #25690: [SPARK-27831][FOLLOW-UP][SQL][TEST][test-maven] Move Hive test jars to local file

2019-09-18 Thread GitBox
AmplabJenkins removed a comment on issue #25690: [SPARK-27831][FOLLOW-UP][SQL][TEST][test-maven] Move Hive test jars to local file URL: https://github.com/apache/spark/pull/25690#issuecomment-532695131 Merged build finished. Test FAILed.

[GitHub] [spark] AmplabJenkins commented on issue #25690: [SPARK-27831][FOLLOW-UP][SQL][TEST][test-maven] Move Hive test jars to local file

2019-09-18 Thread GitBox
AmplabJenkins commented on issue #25690: [SPARK-27831][FOLLOW-UP][SQL][TEST][test-maven] Move Hive test jars to local file URL: https://github.com/apache/spark/pull/25690#issuecomment-532695137 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] AmplabJenkins commented on issue #25690: [SPARK-27831][FOLLOW-UP][SQL][TEST][test-maven] Move Hive test jars to local file

2019-09-18 Thread GitBox
AmplabJenkins commented on issue #25690: [SPARK-27831][FOLLOW-UP][SQL][TEST][test-maven] Move Hive test jars to local file URL: https://github.com/apache/spark/pull/25690#issuecomment-532695131 Merged build finished. Test FAILed.

[GitHub] [spark] SparkQA removed a comment on issue #25690: [SPARK-27831][FOLLOW-UP][SQL][TEST][test-maven] Move Hive test jars to local file

2019-09-18 Thread GitBox
SparkQA removed a comment on issue #25690: [SPARK-27831][FOLLOW-UP][SQL][TEST][test-maven] Move Hive test jars to local file URL: https://github.com/apache/spark/pull/25690#issuecomment-532552916 **[Test build #110874 has

[GitHub] [spark] colinmjj commented on a change in pull request #25759: [SPARK-19147][CORE] Gracefully handle error in task after executor is stopped

2019-09-18 Thread GitBox
colinmjj commented on a change in pull request #25759: [SPARK-19147][CORE] Gracefully handle error in task after executor is stopped URL: https://github.com/apache/spark/pull/25759#discussion_r325688306 ## File path: core/src/test/scala/org/apache/spark/executor/ExecutorSuite.scala

[GitHub] [spark] SparkQA commented on issue #25690: [SPARK-27831][FOLLOW-UP][SQL][TEST][test-maven] Move Hive test jars to local file

2019-09-18 Thread GitBox
SparkQA commented on issue #25690: [SPARK-27831][FOLLOW-UP][SQL][TEST][test-maven] Move Hive test jars to local file URL: https://github.com/apache/spark/pull/25690#issuecomment-532694695 **[Test build #110874 has

[GitHub] [spark] colinmjj commented on a change in pull request #25759: [SPARK-19147][CORE] Gracefully handle error in task after executor is stopped

2019-09-18 Thread GitBox
colinmjj commented on a change in pull request #25759: [SPARK-19147][CORE] Gracefully handle error in task after executor is stopped URL: https://github.com/apache/spark/pull/25759#discussion_r325687758 ## File path: core/src/main/scala/org/apache/spark/executor/Executor.scala

[GitHub] [spark] PavithraRamachandran commented on issue #25689: [SPARK-28972][DOCS] Updating unit description in configurations, to maintain consistency

2019-09-18 Thread GitBox
PavithraRamachandran commented on issue #25689: [SPARK-28972][DOCS] Updating unit description in configurations, to maintain consistency URL: https://github.com/apache/spark/pull/25689#issuecomment-532693849 @srowen @kiszk kiszk @dongjoon-hyun i have reworked the comments. Could you

[GitHub] [spark] AmplabJenkins removed a comment on issue #25404: [SPARK-28683][BUILD][test-hadoop3.2][test-maven] Upgrade Scala to 2.12.10

2019-09-18 Thread GitBox
AmplabJenkins removed a comment on issue #25404: [SPARK-28683][BUILD][test-hadoop3.2][test-maven] Upgrade Scala to 2.12.10 URL: https://github.com/apache/spark/pull/25404#issuecomment-532692535 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] AmplabJenkins removed a comment on issue #25404: [SPARK-28683][BUILD][test-hadoop3.2][test-maven] Upgrade Scala to 2.12.10

2019-09-18 Thread GitBox
AmplabJenkins removed a comment on issue #25404: [SPARK-28683][BUILD][test-hadoop3.2][test-maven] Upgrade Scala to 2.12.10 URL: https://github.com/apache/spark/pull/25404#issuecomment-532692525 Merged build finished. Test PASSed.

[GitHub] [spark] AmplabJenkins commented on issue #25404: [SPARK-28683][BUILD][test-hadoop3.2][test-maven] Upgrade Scala to 2.12.10

2019-09-18 Thread GitBox
AmplabJenkins commented on issue #25404: [SPARK-28683][BUILD][test-hadoop3.2][test-maven] Upgrade Scala to 2.12.10 URL: https://github.com/apache/spark/pull/25404#issuecomment-532692525 Merged build finished. Test PASSed.

[GitHub] [spark] AmplabJenkins commented on issue #25404: [SPARK-28683][BUILD][test-hadoop3.2][test-maven] Upgrade Scala to 2.12.10

2019-09-18 Thread GitBox
AmplabJenkins commented on issue #25404: [SPARK-28683][BUILD][test-hadoop3.2][test-maven] Upgrade Scala to 2.12.10 URL: https://github.com/apache/spark/pull/25404#issuecomment-532692535 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] SparkQA commented on issue #25404: [SPARK-28683][BUILD][test-hadoop3.2][test-maven] Upgrade Scala to 2.12.10

2019-09-18 Thread GitBox
SparkQA commented on issue #25404: [SPARK-28683][BUILD][test-hadoop3.2][test-maven] Upgrade Scala to 2.12.10 URL: https://github.com/apache/spark/pull/25404#issuecomment-532691796 **[Test build #110911 has

[GitHub] [spark] srowen commented on issue #25404: [SPARK-28683][BUILD][test-hadoop3.2][test-maven] Upgrade Scala to 2.12.10

2019-09-18 Thread GitBox
srowen commented on issue #25404: [SPARK-28683][BUILD][test-hadoop3.2][test-maven] Upgrade Scala to 2.12.10 URL: https://github.com/apache/spark/pull/25404#issuecomment-532691908 @dongjoon-hyun ah OK, I see what you did now. By using the equivalent two-arg `bytesHash` method, the behavior

[GitHub] [spark] wangyum commented on issue #25404: [SPARK-28683][BUILD][test-hadoop3.2][test-maven] Upgrade Scala to 2.12.10

2019-09-18 Thread GitBox
wangyum commented on issue #25404: [SPARK-28683][BUILD][test-hadoop3.2][test-maven] Upgrade Scala to 2.12.10 URL: https://github.com/apache/spark/pull/25404#issuecomment-532690995 retest this please This is an automated

[GitHub] [spark] srowen commented on issue #25557: [SPARK-28799][DOC]Documentation for Truncate command

2019-09-18 Thread GitBox
srowen commented on issue #25557: [SPARK-28799][DOC]Documentation for Truncate command URL: https://github.com/apache/spark/pull/25557#issuecomment-532690940 Merged to master This is an automated message from the Apache Git

[GitHub] [spark] srowen closed pull request #25557: [SPARK-28799][DOC]Documentation for Truncate command

2019-09-18 Thread GitBox
srowen closed pull request #25557: [SPARK-28799][DOC]Documentation for Truncate command URL: https://github.com/apache/spark/pull/25557 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [spark] AmplabJenkins removed a comment on issue #25690: [SPARK-27831][FOLLOW-UP][SQL][TEST][test-maven] Move Hive test jars to local file

2019-09-18 Thread GitBox
AmplabJenkins removed a comment on issue #25690: [SPARK-27831][FOLLOW-UP][SQL][TEST][test-maven] Move Hive test jars to local file URL: https://github.com/apache/spark/pull/25690#issuecomment-532689966 Test FAILed. Refer to this link for build results (access rights to CI server

[GitHub] [spark] colinmjj commented on a change in pull request #25759: [SPARK-19147][CORE] Gracefully handle error in task after executor is stopped

2019-09-18 Thread GitBox
colinmjj commented on a change in pull request #25759: [SPARK-19147][CORE] Gracefully handle error in task after executor is stopped URL: https://github.com/apache/spark/pull/25759#discussion_r325683083 ## File path:

[GitHub] [spark] AmplabJenkins removed a comment on issue #25690: [SPARK-27831][FOLLOW-UP][SQL][TEST][test-maven] Move Hive test jars to local file

2019-09-18 Thread GitBox
AmplabJenkins removed a comment on issue #25690: [SPARK-27831][FOLLOW-UP][SQL][TEST][test-maven] Move Hive test jars to local file URL: https://github.com/apache/spark/pull/25690#issuecomment-532689955 Merged build finished. Test FAILed.

[GitHub] [spark] AmplabJenkins commented on issue #25690: [SPARK-27831][FOLLOW-UP][SQL][TEST][test-maven] Move Hive test jars to local file

2019-09-18 Thread GitBox
AmplabJenkins commented on issue #25690: [SPARK-27831][FOLLOW-UP][SQL][TEST][test-maven] Move Hive test jars to local file URL: https://github.com/apache/spark/pull/25690#issuecomment-532689966 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] AmplabJenkins commented on issue #25690: [SPARK-27831][FOLLOW-UP][SQL][TEST][test-maven] Move Hive test jars to local file

2019-09-18 Thread GitBox
AmplabJenkins commented on issue #25690: [SPARK-27831][FOLLOW-UP][SQL][TEST][test-maven] Move Hive test jars to local file URL: https://github.com/apache/spark/pull/25690#issuecomment-532689955 Merged build finished. Test FAILed.

[GitHub] [spark] SparkQA removed a comment on issue #25690: [SPARK-27831][FOLLOW-UP][SQL][TEST][test-maven] Move Hive test jars to local file

2019-09-18 Thread GitBox
SparkQA removed a comment on issue #25690: [SPARK-27831][FOLLOW-UP][SQL][TEST][test-maven] Move Hive test jars to local file URL: https://github.com/apache/spark/pull/25690#issuecomment-532555238 **[Test build #110876 has

[GitHub] [spark] SparkQA commented on issue #25690: [SPARK-27831][FOLLOW-UP][SQL][TEST][test-maven] Move Hive test jars to local file

2019-09-18 Thread GitBox
SparkQA commented on issue #25690: [SPARK-27831][FOLLOW-UP][SQL][TEST][test-maven] Move Hive test jars to local file URL: https://github.com/apache/spark/pull/25690#issuecomment-532689595 **[Test build #110876 has

[GitHub] [spark] AmplabJenkins removed a comment on issue #25404: [SPARK-28683][BUILD][test-hadoop3.2][test-java11] Upgrade Scala to 2.12.10

2019-09-18 Thread GitBox
AmplabJenkins removed a comment on issue #25404: [SPARK-28683][BUILD][test-hadoop3.2][test-java11] Upgrade Scala to 2.12.10 URL: https://github.com/apache/spark/pull/25404#issuecomment-532688591 Merged build finished. Test PASSed.

[GitHub] [spark] AmplabJenkins removed a comment on issue #25404: [SPARK-28683][BUILD][test-hadoop3.2][test-java11] Upgrade Scala to 2.12.10

2019-09-18 Thread GitBox
AmplabJenkins removed a comment on issue #25404: [SPARK-28683][BUILD][test-hadoop3.2][test-java11] Upgrade Scala to 2.12.10 URL: https://github.com/apache/spark/pull/25404#issuecomment-532688605 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] AmplabJenkins commented on issue #25404: [SPARK-28683][BUILD][test-hadoop3.2][test-java11] Upgrade Scala to 2.12.10

2019-09-18 Thread GitBox
AmplabJenkins commented on issue #25404: [SPARK-28683][BUILD][test-hadoop3.2][test-java11] Upgrade Scala to 2.12.10 URL: https://github.com/apache/spark/pull/25404#issuecomment-532688591 Merged build finished. Test PASSed.

[GitHub] [spark] AmplabJenkins commented on issue #25404: [SPARK-28683][BUILD][test-hadoop3.2][test-java11] Upgrade Scala to 2.12.10

2019-09-18 Thread GitBox
AmplabJenkins commented on issue #25404: [SPARK-28683][BUILD][test-hadoop3.2][test-java11] Upgrade Scala to 2.12.10 URL: https://github.com/apache/spark/pull/25404#issuecomment-532688605 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] SparkQA removed a comment on issue #25404: [SPARK-28683][BUILD][test-hadoop3.2][test-java11] Upgrade Scala to 2.12.10

2019-09-18 Thread GitBox
SparkQA removed a comment on issue #25404: [SPARK-28683][BUILD][test-hadoop3.2][test-java11] Upgrade Scala to 2.12.10 URL: https://github.com/apache/spark/pull/25404#issuecomment-532619014 **[Test build #110901 has

[GitHub] [spark] SparkQA commented on issue #25404: [SPARK-28683][BUILD][test-hadoop3.2][test-java11] Upgrade Scala to 2.12.10

2019-09-18 Thread GitBox
SparkQA commented on issue #25404: [SPARK-28683][BUILD][test-hadoop3.2][test-java11] Upgrade Scala to 2.12.10 URL: https://github.com/apache/spark/pull/25404#issuecomment-532687069 **[Test build #110901 has

[GitHub] [spark] AmplabJenkins removed a comment on issue #25820: [SPARK-29101][SQL] Fix count API for csv file when DROPMALFORMED mode is selected

2019-09-18 Thread GitBox
AmplabJenkins removed a comment on issue #25820: [SPARK-29101][SQL] Fix count API for csv file when DROPMALFORMED mode is selected URL: https://github.com/apache/spark/pull/25820#issuecomment-532686297 Merged build finished. Test PASSed.

[GitHub] [spark] AmplabJenkins commented on issue #25820: [SPARK-29101][SQL] Fix count API for csv file when DROPMALFORMED mode is selected

2019-09-18 Thread GitBox
AmplabJenkins commented on issue #25820: [SPARK-29101][SQL] Fix count API for csv file when DROPMALFORMED mode is selected URL: https://github.com/apache/spark/pull/25820#issuecomment-532686303 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] AmplabJenkins commented on issue #25820: [SPARK-29101][SQL] Fix count API for csv file when DROPMALFORMED mode is selected

2019-09-18 Thread GitBox
AmplabJenkins commented on issue #25820: [SPARK-29101][SQL] Fix count API for csv file when DROPMALFORMED mode is selected URL: https://github.com/apache/spark/pull/25820#issuecomment-532686297 Merged build finished. Test PASSed.

[GitHub] [spark] AmplabJenkins removed a comment on issue #25814: [SPARK-19926][PYSPARK] make captured exception from JVM side user friendly

2019-09-18 Thread GitBox
AmplabJenkins removed a comment on issue #25814: [SPARK-19926][PYSPARK] make captured exception from JVM side user friendly URL: https://github.com/apache/spark/pull/25814#issuecomment-532685993 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] AmplabJenkins removed a comment on issue #25820: [SPARK-29101][SQL] Fix count API for csv file when DROPMALFORMED mode is selected

2019-09-18 Thread GitBox
AmplabJenkins removed a comment on issue #25820: [SPARK-29101][SQL] Fix count API for csv file when DROPMALFORMED mode is selected URL: https://github.com/apache/spark/pull/25820#issuecomment-532686303 Test PASSed. Refer to this link for build results (access rights to CI server

[GitHub] [spark] AmplabJenkins removed a comment on issue #25814: [SPARK-19926][PYSPARK] make captured exception from JVM side user friendly

2019-09-18 Thread GitBox
AmplabJenkins removed a comment on issue #25814: [SPARK-19926][PYSPARK] make captured exception from JVM side user friendly URL: https://github.com/apache/spark/pull/25814#issuecomment-532685989 Merged build finished. Test PASSed.

[GitHub] [spark] AmplabJenkins commented on issue #25814: [SPARK-19926][PYSPARK] make captured exception from JVM side user friendly

2019-09-18 Thread GitBox
AmplabJenkins commented on issue #25814: [SPARK-19926][PYSPARK] make captured exception from JVM side user friendly URL: https://github.com/apache/spark/pull/25814#issuecomment-532685989 Merged build finished. Test PASSed.

[GitHub] [spark] AmplabJenkins commented on issue #25814: [SPARK-19926][PYSPARK] make captured exception from JVM side user friendly

2019-09-18 Thread GitBox
AmplabJenkins commented on issue #25814: [SPARK-19926][PYSPARK] make captured exception from JVM side user friendly URL: https://github.com/apache/spark/pull/25814#issuecomment-532685993 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] SparkQA commented on issue #25820: [SPARK-29101][SQL] Fix count API for csv file when DROPMALFORMED mode is selected

2019-09-18 Thread GitBox
SparkQA commented on issue #25820: [SPARK-29101][SQL] Fix count API for csv file when DROPMALFORMED mode is selected URL: https://github.com/apache/spark/pull/25820#issuecomment-532685527 **[Test build #110892 has

[GitHub] [spark] AmplabJenkins removed a comment on issue #25728: [SPARK-29020][WIP][SQL] Improving array_sort behaviour

2019-09-18 Thread GitBox
AmplabJenkins removed a comment on issue #25728: [SPARK-29020][WIP][SQL] Improving array_sort behaviour URL: https://github.com/apache/spark/pull/25728#issuecomment-532683392 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] SparkQA removed a comment on issue #25820: [SPARK-29101][SQL] Fix count API for csv file when DROPMALFORMED mode is selected

2019-09-18 Thread GitBox
SparkQA removed a comment on issue #25820: [SPARK-29101][SQL] Fix count API for csv file when DROPMALFORMED mode is selected URL: https://github.com/apache/spark/pull/25820#issuecomment-532573588 **[Test build #110892 has

[GitHub] [spark] SparkQA commented on issue #25814: [SPARK-19926][PYSPARK] make captured exception from JVM side user friendly

2019-09-18 Thread GitBox
SparkQA commented on issue #25814: [SPARK-19926][PYSPARK] make captured exception from JVM side user friendly URL: https://github.com/apache/spark/pull/25814#issuecomment-532685386 **[Test build #110910 has

[GitHub] [spark] AmplabJenkins removed a comment on issue #25728: [SPARK-29020][WIP][SQL] Improving array_sort behaviour

2019-09-18 Thread GitBox
AmplabJenkins removed a comment on issue #25728: [SPARK-29020][WIP][SQL] Improving array_sort behaviour URL: https://github.com/apache/spark/pull/25728#issuecomment-532683386 Merged build finished. Test FAILed. This is an

[GitHub] [spark] SparkQA removed a comment on issue #25728: [SPARK-29020][WIP][SQL] Improving array_sort behaviour

2019-09-18 Thread GitBox
SparkQA removed a comment on issue #25728: [SPARK-29020][WIP][SQL] Improving array_sort behaviour URL: https://github.com/apache/spark/pull/25728#issuecomment-532679351 **[Test build #110909 has

[GitHub] [spark] AmplabJenkins commented on issue #25728: [SPARK-29020][WIP][SQL] Improving array_sort behaviour

2019-09-18 Thread GitBox
AmplabJenkins commented on issue #25728: [SPARK-29020][WIP][SQL] Improving array_sort behaviour URL: https://github.com/apache/spark/pull/25728#issuecomment-532683392 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] [spark] SparkQA commented on issue #25728: [SPARK-29020][WIP][SQL] Improving array_sort behaviour

2019-09-18 Thread GitBox
SparkQA commented on issue #25728: [SPARK-29020][WIP][SQL] Improving array_sort behaviour URL: https://github.com/apache/spark/pull/25728#issuecomment-532683336 **[Test build #110909 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/110909/testReport)** for

[GitHub] [spark] AmplabJenkins commented on issue #25728: [SPARK-29020][WIP][SQL] Improving array_sort behaviour

2019-09-18 Thread GitBox
AmplabJenkins commented on issue #25728: [SPARK-29020][WIP][SQL] Improving array_sort behaviour URL: https://github.com/apache/spark/pull/25728#issuecomment-532683386 Merged build finished. Test FAILed. This is an automated

[GitHub] [spark] advancedxy commented on a change in pull request #25814: [SPARK-19926][PYSPARK] make captured exception from JVM side user friendly

2019-09-18 Thread GitBox
advancedxy commented on a change in pull request #25814: [SPARK-19926][PYSPARK] make captured exception from JVM side user friendly URL: https://github.com/apache/spark/pull/25814#discussion_r325673269 ## File path: python/pyspark/sql/utils.py ## @@ -25,7 +25,12 @@ def

[GitHub] [spark] HeartSaVioR edited a comment on issue #25830: [SPARK-29140][SQL] Handle BinaryType of parameter properly in HashAggregateExec

2019-09-18 Thread GitBox
HeartSaVioR edited a comment on issue #25830: [SPARK-29140][SQL] Handle BinaryType of parameter properly in HashAggregateExec URL: https://github.com/apache/spark/pull/25830#issuecomment-532676345 Btw, I had to fix some code locally to get generated code for failing case. We are logging

[GitHub] [spark] AmplabJenkins removed a comment on issue #25728: [SPARK-29020][WIP][SQL] Improving array_sort behaviour

2019-09-18 Thread GitBox
AmplabJenkins removed a comment on issue #25728: [SPARK-29020][WIP][SQL] Improving array_sort behaviour URL: https://github.com/apache/spark/pull/25728#issuecomment-532679992 Merged build finished. Test PASSed. This is an

[GitHub] [spark] AmplabJenkins removed a comment on issue #25728: [SPARK-29020][WIP][SQL] Improving array_sort behaviour

2019-09-18 Thread GitBox
AmplabJenkins removed a comment on issue #25728: [SPARK-29020][WIP][SQL] Improving array_sort behaviour URL: https://github.com/apache/spark/pull/25728#issuecomment-532679997 Test PASSed. Refer to this link for build results (access rights to CI server needed):

<    5   6   7   8   9   10   11   12   13   14   >