[GitHub] [spark] AmplabJenkins removed a comment on issue #24472: [SPARK-27578][SQL] Support INTERVAL ... HOUR TO SECOND syntax

2019-05-29 Thread GitBox
AmplabJenkins removed a comment on issue #24472: [SPARK-27578][SQL] Support 
INTERVAL ... HOUR TO SECOND syntax
URL: https://github.com/apache/spark/pull/24472#issuecomment-497190169
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   
https://amplab.cs.berkeley.edu/jenkins//job/testing-k8s-prb-make-spark-distribution-unified/11195/
   Test PASSed.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] ueshin commented on a change in pull request #24735: [SPARK-27871][SQL] LambdaVariable should use per-query unique IDs instead of globally unique IDs

2019-05-29 Thread GitBox
ueshin commented on a change in pull request #24735: [SPARK-27871][SQL] 
LambdaVariable should use per-query unique IDs instead of globally unique IDs
URL: https://github.com/apache/spark/pull/24735#discussion_r288847266
 
 

 ##
 File path: 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/Optimizer.scala
 ##
 @@ -172,7 +172,8 @@ abstract class Optimizer(sessionCatalog: SessionCatalog)
 Batch("Object Expressions Optimization", fixedPoint,
   EliminateMapObjects,
   CombineTypedFilters,
-  ObjectSerializerPruning) :+
+  ObjectSerializerPruning,
+  ReassignLambdaVariableID) :+
 
 Review comment:
   Thanks, sounds great with the check.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] SparkQA commented on issue #24740: [SPARK-27876][SPARK-27876][CORE] Split large shuffle partition to multi-segments to enable transfer oversize shuffle partition block

2019-05-29 Thread GitBox
SparkQA commented on issue #24740: [SPARK-27876][SPARK-27876][CORE] Split large 
shuffle partition to multi-segments to enable transfer oversize shuffle 
partition block
URL: https://github.com/apache/spark/pull/24740#issuecomment-497190451
 
 
   **[Test build #105942 has 
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/105942/testReport)**
 for PR 24740 at commit 
[`256b3c8`](https://github.com/apache/spark/commit/256b3c82181d30776f1d291c13c5ec9d42a79421).


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] SparkQA commented on issue #24472: [SPARK-27578][SQL] Support INTERVAL ... HOUR TO SECOND syntax

2019-05-29 Thread GitBox
SparkQA commented on issue #24472: [SPARK-27578][SQL] Support INTERVAL ... HOUR 
TO SECOND syntax
URL: https://github.com/apache/spark/pull/24472#issuecomment-497190475
 
 
   **[Test build #105943 has 
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/105943/testReport)**
 for PR 24472 at commit 
[`29fcc08`](https://github.com/apache/spark/commit/29fcc087fbd10ce4188f228c7ccf11337912f225).


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] AmplabJenkins commented on issue #24740: [SPARK-27876][SPARK-27876][CORE] Split large shuffle partition to multi-segments to enable transfer oversize shuffle partition block

2019-05-29 Thread GitBox
AmplabJenkins commented on issue #24740: [SPARK-27876][SPARK-27876][CORE] Split 
large shuffle partition to multi-segments to enable transfer oversize shuffle 
partition block
URL: https://github.com/apache/spark/pull/24740#issuecomment-497190717
 
 
   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/105942/
   Test FAILed.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] AmplabJenkins commented on issue #24740: [SPARK-27876][SPARK-27876][CORE] Split large shuffle partition to multi-segments to enable transfer oversize shuffle partition block

2019-05-29 Thread GitBox
AmplabJenkins commented on issue #24740: [SPARK-27876][SPARK-27876][CORE] Split 
large shuffle partition to multi-segments to enable transfer oversize shuffle 
partition block
URL: https://github.com/apache/spark/pull/24740#issuecomment-497190712
 
 
   Merged build finished. Test FAILed.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] SparkQA commented on issue #24740: [SPARK-27876][SPARK-27876][CORE] Split large shuffle partition to multi-segments to enable transfer oversize shuffle partition block

2019-05-29 Thread GitBox
SparkQA commented on issue #24740: [SPARK-27876][SPARK-27876][CORE] Split large 
shuffle partition to multi-segments to enable transfer oversize shuffle 
partition block
URL: https://github.com/apache/spark/pull/24740#issuecomment-497190703
 
 
   **[Test build #105942 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/105942/testReport)**
 for PR 24740 at commit 
[`256b3c8`](https://github.com/apache/spark/commit/256b3c82181d30776f1d291c13c5ec9d42a79421).
* This patch **fails Scala style tests**.
* This patch merges cleanly.
* This patch adds the following public classes _(experimental)_:
 * `case class ShuffleBlockSegmentId(shuffleId: Int, mapId: Int, reduceId: 
Int, segmentId: Int)`
 * `  case class SegmentManagedBuffer(`
 * `  case class FetchRequest(address: BlockManagerId, blocks: 
Seq[(BlockId, (Long, Int))]) `


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] AmplabJenkins removed a comment on issue #24740: [SPARK-27876][SPARK-27876][CORE] Split large shuffle partition to multi-segments to enable transfer oversize shuffle partition block

2019-05-29 Thread GitBox
AmplabJenkins removed a comment on issue #24740: 
[SPARK-27876][SPARK-27876][CORE] Split large shuffle partition to 
multi-segments to enable transfer oversize shuffle partition block
URL: https://github.com/apache/spark/pull/24740#issuecomment-497190712
 
 
   Merged build finished. Test FAILed.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] SparkQA removed a comment on issue #24740: [SPARK-27876][SPARK-27876][CORE] Split large shuffle partition to multi-segments to enable transfer oversize shuffle partition block

2019-05-29 Thread GitBox
SparkQA removed a comment on issue #24740: [SPARK-27876][SPARK-27876][CORE] 
Split large shuffle partition to multi-segments to enable transfer oversize 
shuffle partition block
URL: https://github.com/apache/spark/pull/24740#issuecomment-497190451
 
 
   **[Test build #105942 has 
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/105942/testReport)**
 for PR 24740 at commit 
[`256b3c8`](https://github.com/apache/spark/commit/256b3c82181d30776f1d291c13c5ec9d42a79421).


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] gengliangwang commented on issue #24327: [SPARK-27418][SQL] Migrate Parquet to File Data Source V2

2019-05-29 Thread GitBox
gengliangwang commented on issue #24327: [SPARK-27418][SQL] Migrate Parquet to 
File Data Source V2
URL: https://github.com/apache/spark/pull/24327#issuecomment-497190819
 
 
   There are some test suites need to finish later after this PR is merged: 
SQLMetricsSuite, FileStreamSinkSuite, StreamSuite, StreamingQuerySuite.
   I think this PR is ready now.
   Please help me review it. @dongjoon-hyun @cloud-fan 


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] gengliangwang edited a comment on issue #24327: [SPARK-27418][SQL] Migrate Parquet to File Data Source V2

2019-05-29 Thread GitBox
gengliangwang edited a comment on issue #24327: [SPARK-27418][SQL] Migrate 
Parquet to File Data Source V2
URL: https://github.com/apache/spark/pull/24327#issuecomment-497190819
 
 
   There are some test suites need to update later after this PR is merged: 
SQLMetricsSuite, FileStreamSinkSuite, StreamSuite, StreamingQuerySuite.
   I think this PR is ready now.
   Please help me review it. @dongjoon-hyun @cloud-fan 


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] AmplabJenkins removed a comment on issue #24740: [SPARK-27876][SPARK-27876][CORE] Split large shuffle partition to multi-segments to enable transfer oversize shuffle partition block

2019-05-29 Thread GitBox
AmplabJenkins removed a comment on issue #24740: 
[SPARK-27876][SPARK-27876][CORE] Split large shuffle partition to 
multi-segments to enable transfer oversize shuffle partition block
URL: https://github.com/apache/spark/pull/24740#issuecomment-497190717
 
 
   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/105942/
   Test FAILed.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] turboFei commented on issue #24740: [SPARK-27876][SPARK-27876][CORE] Split large shuffle partition to multi-segments to enable transfer oversize shuffle partition block

2019-05-29 Thread GitBox
turboFei commented on issue #24740: [SPARK-27876][SPARK-27876][CORE] Split 
large shuffle partition to multi-segments to enable transfer oversize shuffle 
partition block
URL: https://github.com/apache/spark/pull/24740#issuecomment-497191007
 
 
   I will check it and resolve the unit test. Thanks.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] cxzl25 commented on a change in pull request #24497: [SPARK-27630][CORE] Stage retry causes totalRunningTasks calculation to be negative

2019-05-29 Thread GitBox
cxzl25 commented on a change in pull request #24497: [SPARK-27630][CORE] Stage 
retry causes totalRunningTasks calculation to be negative
URL: https://github.com/apache/spark/pull/24497#discussion_r288847965
 
 

 ##
 File path: core/src/main/scala/org/apache/spark/ExecutorAllocationManager.scala
 ##
 @@ -756,10 +757,10 @@ private[spark] class ExecutorAllocationManager(
   val taskId = taskEnd.taskInfo.taskId
   val taskIndex = taskEnd.taskInfo.index
   val stageId = taskEnd.stageId
+  val stageAttemptId = taskEnd.stageAttemptId
+  val stageAttempt = (stageId, stageAttemptId)
 
 Review comment:
   In the stage retry process, `StageCompleted` will be sent first and then 
`StageSubmitted` will be sent, so `StageCompleted` will be received multiple 
times.
   https://github.com/apache/spark/pull/24497#discussion_r280147031
   
   Based on this statement, the corresponding stage attempt is cleaned up when 
`StageCompleted` is processed, so the `TaskEnd` after `StageCompleted` should 
have no relevant structure.
   Unless `EventBus` is full, the `StageCompleted` is discarded.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] SparkQA removed a comment on issue #24699: [SPARK-27666][CORE] Do not release lock while TaskContext already completed

2019-05-29 Thread GitBox
SparkQA removed a comment on issue #24699: [SPARK-27666][CORE] Do not release 
lock while TaskContext already completed
URL: https://github.com/apache/spark/pull/24699#issuecomment-497172744
 
 
   **[Test build #105938 has 
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/105938/testReport)**
 for PR 24699 at commit 
[`e6a97b3`](https://github.com/apache/spark/commit/e6a97b3679ca07716c7c5c34b463ee68b711a38b).


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] SparkQA commented on issue #24699: [SPARK-27666][CORE] Do not release lock while TaskContext already completed

2019-05-29 Thread GitBox
SparkQA commented on issue #24699: [SPARK-27666][CORE] Do not release lock 
while TaskContext already completed
URL: https://github.com/apache/spark/pull/24699#issuecomment-497191624
 
 
   **[Test build #105938 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/105938/testReport)**
 for PR 24699 at commit 
[`e6a97b3`](https://github.com/apache/spark/commit/e6a97b3679ca07716c7c5c34b463ee68b711a38b).
* This patch **fails Spark unit tests**.
* This patch merges cleanly.
* This patch adds no public classes.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] AmplabJenkins commented on issue #24699: [SPARK-27666][CORE] Do not release lock while TaskContext already completed

2019-05-29 Thread GitBox
AmplabJenkins commented on issue #24699: [SPARK-27666][CORE] Do not release 
lock while TaskContext already completed
URL: https://github.com/apache/spark/pull/24699#issuecomment-497191778
 
 
   Merged build finished. Test FAILed.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] AmplabJenkins commented on issue #24699: [SPARK-27666][CORE] Do not release lock while TaskContext already completed

2019-05-29 Thread GitBox
AmplabJenkins commented on issue #24699: [SPARK-27666][CORE] Do not release 
lock while TaskContext already completed
URL: https://github.com/apache/spark/pull/24699#issuecomment-497191782
 
 
   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/105938/
   Test FAILed.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] AmplabJenkins removed a comment on issue #24699: [SPARK-27666][CORE] Do not release lock while TaskContext already completed

2019-05-29 Thread GitBox
AmplabJenkins removed a comment on issue #24699: [SPARK-27666][CORE] Do not 
release lock while TaskContext already completed
URL: https://github.com/apache/spark/pull/24699#issuecomment-497191778
 
 
   Merged build finished. Test FAILed.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] AmplabJenkins removed a comment on issue #24699: [SPARK-27666][CORE] Do not release lock while TaskContext already completed

2019-05-29 Thread GitBox
AmplabJenkins removed a comment on issue #24699: [SPARK-27666][CORE] Do not 
release lock while TaskContext already completed
URL: https://github.com/apache/spark/pull/24699#issuecomment-497191782
 
 
   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/105938/
   Test FAILed.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] AmplabJenkins removed a comment on issue #24472: [SPARK-27578][SQL] Support INTERVAL ... HOUR TO SECOND syntax

2019-05-29 Thread GitBox
AmplabJenkins removed a comment on issue #24472: [SPARK-27578][SQL] Support 
INTERVAL ... HOUR TO SECOND syntax
URL: https://github.com/apache/spark/pull/24472#issuecomment-497192231
 
 
   Merged build finished. Test FAILed.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] AmplabJenkins commented on issue #24472: [SPARK-27578][SQL] Support INTERVAL ... HOUR TO SECOND syntax

2019-05-29 Thread GitBox
AmplabJenkins commented on issue #24472: [SPARK-27578][SQL] Support INTERVAL 
... HOUR TO SECOND syntax
URL: https://github.com/apache/spark/pull/24472#issuecomment-497192231
 
 
   Merged build finished. Test FAILed.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] SparkQA commented on issue #24472: [SPARK-27578][SQL] Support INTERVAL ... HOUR TO SECOND syntax

2019-05-29 Thread GitBox
SparkQA commented on issue #24472: [SPARK-27578][SQL] Support INTERVAL ... HOUR 
TO SECOND syntax
URL: https://github.com/apache/spark/pull/24472#issuecomment-497192216
 
 
   **[Test build #105943 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/105943/testReport)**
 for PR 24472 at commit 
[`29fcc08`](https://github.com/apache/spark/commit/29fcc087fbd10ce4188f228c7ccf11337912f225).
* This patch **fails Java style tests**.
* This patch merges cleanly.
* This patch adds no public classes.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] AmplabJenkins commented on issue #24472: [SPARK-27578][SQL] Support INTERVAL ... HOUR TO SECOND syntax

2019-05-29 Thread GitBox
AmplabJenkins commented on issue #24472: [SPARK-27578][SQL] Support INTERVAL 
... HOUR TO SECOND syntax
URL: https://github.com/apache/spark/pull/24472#issuecomment-497192238
 
 
   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/105943/
   Test FAILed.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] SparkQA removed a comment on issue #24472: [SPARK-27578][SQL] Support INTERVAL ... HOUR TO SECOND syntax

2019-05-29 Thread GitBox
SparkQA removed a comment on issue #24472: [SPARK-27578][SQL] Support INTERVAL 
... HOUR TO SECOND syntax
URL: https://github.com/apache/spark/pull/24472#issuecomment-497190475
 
 
   **[Test build #105943 has 
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/105943/testReport)**
 for PR 24472 at commit 
[`29fcc08`](https://github.com/apache/spark/commit/29fcc087fbd10ce4188f228c7ccf11337912f225).


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] AmplabJenkins removed a comment on issue #24472: [SPARK-27578][SQL] Support INTERVAL ... HOUR TO SECOND syntax

2019-05-29 Thread GitBox
AmplabJenkins removed a comment on issue #24472: [SPARK-27578][SQL] Support 
INTERVAL ... HOUR TO SECOND syntax
URL: https://github.com/apache/spark/pull/24472#issuecomment-497192238
 
 
   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/105943/
   Test FAILed.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] dongjoon-hyun commented on issue #24472: [SPARK-27578][SQL] Support INTERVAL ... HOUR TO SECOND syntax

2019-05-29 Thread GitBox
dongjoon-hyun commented on issue #24472: [SPARK-27578][SQL] Support INTERVAL 
... HOUR TO SECOND syntax
URL: https://github.com/apache/spark/pull/24472#issuecomment-497192724
 
 
   Retest this please


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] SparkQA commented on issue #24472: [SPARK-27578][SQL] Support INTERVAL ... HOUR TO SECOND syntax

2019-05-29 Thread GitBox
SparkQA commented on issue #24472: [SPARK-27578][SQL] Support INTERVAL ... HOUR 
TO SECOND syntax
URL: https://github.com/apache/spark/pull/24472#issuecomment-497192893
 
 
   **[Test build #105944 has 
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/105944/testReport)**
 for PR 24472 at commit 
[`29fcc08`](https://github.com/apache/spark/commit/29fcc087fbd10ce4188f228c7ccf11337912f225).


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] AmplabJenkins commented on issue #24472: [SPARK-27578][SQL] Support INTERVAL ... HOUR TO SECOND syntax

2019-05-29 Thread GitBox
AmplabJenkins commented on issue #24472: [SPARK-27578][SQL] Support INTERVAL 
... HOUR TO SECOND syntax
URL: https://github.com/apache/spark/pull/24472#issuecomment-497193770
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   
https://amplab.cs.berkeley.edu/jenkins//job/testing-k8s-prb-make-spark-distribution-unified/11196/
   Test PASSed.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] AmplabJenkins commented on issue #24472: [SPARK-27578][SQL] Support INTERVAL ... HOUR TO SECOND syntax

2019-05-29 Thread GitBox
AmplabJenkins commented on issue #24472: [SPARK-27578][SQL] Support INTERVAL 
... HOUR TO SECOND syntax
URL: https://github.com/apache/spark/pull/24472#issuecomment-497193766
 
 
   Merged build finished. Test PASSed.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] AmplabJenkins removed a comment on issue #24472: [SPARK-27578][SQL] Support INTERVAL ... HOUR TO SECOND syntax

2019-05-29 Thread GitBox
AmplabJenkins removed a comment on issue #24472: [SPARK-27578][SQL] Support 
INTERVAL ... HOUR TO SECOND syntax
URL: https://github.com/apache/spark/pull/24472#issuecomment-497193770
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   
https://amplab.cs.berkeley.edu/jenkins//job/testing-k8s-prb-make-spark-distribution-unified/11196/
   Test PASSed.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] AmplabJenkins removed a comment on issue #24472: [SPARK-27578][SQL] Support INTERVAL ... HOUR TO SECOND syntax

2019-05-29 Thread GitBox
AmplabJenkins removed a comment on issue #24472: [SPARK-27578][SQL] Support 
INTERVAL ... HOUR TO SECOND syntax
URL: https://github.com/apache/spark/pull/24472#issuecomment-497193766
 
 
   Merged build finished. Test PASSed.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] dongjoon-hyun commented on a change in pull request #24472: [SPARK-27578][SQL] Support INTERVAL ... HOUR TO SECOND syntax

2019-05-29 Thread GitBox
dongjoon-hyun commented on a change in pull request #24472: [SPARK-27578][SQL] 
Support INTERVAL ... HOUR TO SECOND syntax
URL: https://github.com/apache/spark/pull/24472#discussion_r288850842
 
 

 ##
 File path: 
common/unsafe/src/main/java/org/apache/spark/unsafe/types/CalendarInterval.java
 ##
 @@ -147,12 +147,12 @@ public static CalendarInterval fromDayTimeString(String 
s) throws IllegalArgumen
 } else {
   try {
 int sign = m.group(1) != null && m.group(1).equals("-") ? -1 : 1;
-long days = toLongWithRange("day", m.group(2), 0, Integer.MAX_VALUE);
-long hours = toLongWithRange("hour", m.group(3), 0, 23);
-long minutes = toLongWithRange("minute", m.group(4), 0, 59);
-long seconds = toLongWithRange("second", m.group(5), 0, 59);
+long days = m.group(2) == null ? 0 : toLongWithRange("day", 
m.group(3), 0, Integer.MAX_VALUE);
 
 Review comment:
   This line seems to be too long. Could you split this into two lines?


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] dongjoon-hyun commented on a change in pull request #24472: [SPARK-27578][SQL] Support INTERVAL ... HOUR TO SECOND syntax

2019-05-29 Thread GitBox
dongjoon-hyun commented on a change in pull request #24472: [SPARK-27578][SQL] 
Support INTERVAL ... HOUR TO SECOND syntax
URL: https://github.com/apache/spark/pull/24472#discussion_r288850939
 
 

 ##
 File path: 
common/unsafe/src/main/java/org/apache/spark/unsafe/types/CalendarInterval.java
 ##
 @@ -147,12 +147,12 @@ public static CalendarInterval fromDayTimeString(String 
s) throws IllegalArgumen
 } else {
   try {
 int sign = m.group(1) != null && m.group(1).equals("-") ? -1 : 1;
-long days = toLongWithRange("day", m.group(2), 0, Integer.MAX_VALUE);
-long hours = toLongWithRange("hour", m.group(3), 0, 23);
-long minutes = toLongWithRange("minute", m.group(4), 0, 59);
-long seconds = toLongWithRange("second", m.group(5), 0, 59);
+long days = m.group(2) == null ? 0 : toLongWithRange("day", 
m.group(3), 0, Integer.MAX_VALUE);
 
 Review comment:
   After fixing this, please run `dev/lint-java` locally in order to make it 
sure.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] viirya commented on issue #24699: [SPARK-27666][CORE] Do not release lock while TaskContext already completed

2019-05-29 Thread GitBox
viirya commented on issue #24699: [SPARK-27666][CORE] Do not release lock while 
TaskContext already completed
URL: https://github.com/apache/spark/pull/24699#issuecomment-497196750
 
 
   retest this please


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] AmplabJenkins commented on issue #24699: [SPARK-27666][CORE] Do not release lock while TaskContext already completed

2019-05-29 Thread GitBox
AmplabJenkins commented on issue #24699: [SPARK-27666][CORE] Do not release 
lock while TaskContext already completed
URL: https://github.com/apache/spark/pull/24699#issuecomment-497197164
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   
https://amplab.cs.berkeley.edu/jenkins//job/testing-k8s-prb-make-spark-distribution-unified/11197/
   Test PASSed.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] AmplabJenkins commented on issue #24699: [SPARK-27666][CORE] Do not release lock while TaskContext already completed

2019-05-29 Thread GitBox
AmplabJenkins commented on issue #24699: [SPARK-27666][CORE] Do not release 
lock while TaskContext already completed
URL: https://github.com/apache/spark/pull/24699#issuecomment-497197158
 
 
   Merged build finished. Test PASSed.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] AmplabJenkins removed a comment on issue #24699: [SPARK-27666][CORE] Do not release lock while TaskContext already completed

2019-05-29 Thread GitBox
AmplabJenkins removed a comment on issue #24699: [SPARK-27666][CORE] Do not 
release lock while TaskContext already completed
URL: https://github.com/apache/spark/pull/24699#issuecomment-497197158
 
 
   Merged build finished. Test PASSed.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] AmplabJenkins removed a comment on issue #24699: [SPARK-27666][CORE] Do not release lock while TaskContext already completed

2019-05-29 Thread GitBox
AmplabJenkins removed a comment on issue #24699: [SPARK-27666][CORE] Do not 
release lock while TaskContext already completed
URL: https://github.com/apache/spark/pull/24699#issuecomment-497197164
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   
https://amplab.cs.berkeley.edu/jenkins//job/testing-k8s-prb-make-spark-distribution-unified/11197/
   Test PASSed.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] SparkQA commented on issue #24699: [SPARK-27666][CORE] Do not release lock while TaskContext already completed

2019-05-29 Thread GitBox
SparkQA commented on issue #24699: [SPARK-27666][CORE] Do not release lock 
while TaskContext already completed
URL: https://github.com/apache/spark/pull/24699#issuecomment-497197434
 
 
   **[Test build #105945 has 
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/105945/testReport)**
 for PR 24699 at commit 
[`e6a97b3`](https://github.com/apache/spark/commit/e6a97b3679ca07716c7c5c34b463ee68b711a38b).


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] jzhuge commented on a change in pull request #24686: [SPARK-27813][SQL] DataSourceV2: Add DropTable logical operation

2019-05-29 Thread GitBox
jzhuge commented on a change in pull request #24686: [SPARK-27813][SQL] 
DataSourceV2: Add DropTable logical operation
URL: https://github.com/apache/spark/pull/24686#discussion_r288854088
 
 

 ##
 File path: 
sql/catalyst/src/main/antlr4/org/apache/spark/sql/catalyst/parser/SqlBase.g4
 ##
 @@ -139,8 +139,8 @@ statement
 DROP (IF EXISTS)? partitionSpec (',' partitionSpec)*   
#dropTablePartitions
 | ALTER TABLE tableIdentifier partitionSpec? SET locationSpec  
#setTableLocation
 | ALTER TABLE tableIdentifier RECOVER PARTITIONS   
#recoverPartitions
-| DROP TABLE (IF EXISTS)? tableIdentifier PURGE?   
#dropTable
-| DROP VIEW (IF EXISTS)? tableIdentifier   
#dropTable
+| DROP TABLE (IF EXISTS)? multipartIdentifier PURGE?   
#dropTable
+| DROP VIEW (IF EXISTS)? multipartIdentifier   
#dropView
 
 Review comment:
   I see, separate visitDropView makes it possible to delay moving DropView to 
catalyst. I am ok either way.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] SparkQA commented on issue #24735: [SPARK-27871][SQL] LambdaVariable should use per-query unique IDs instead of globally unique IDs

2019-05-29 Thread GitBox
SparkQA commented on issue #24735: [SPARK-27871][SQL] LambdaVariable should use 
per-query unique IDs instead of globally unique IDs
URL: https://github.com/apache/spark/pull/24735#issuecomment-497199060
 
 
   **[Test build #105936 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/105936/testReport)**
 for PR 24735 at commit 
[`8ac310c`](https://github.com/apache/spark/commit/8ac310c640d802e88f32e314c82fbe0bf1437669).
* This patch passes all tests.
* This patch merges cleanly.
* This patch adds the following public classes _(experimental)_:
 * `case class DummyExpressionHolder(exprs: Seq[Expression]) extends 
LeafNode `


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] SparkQA removed a comment on issue #24735: [SPARK-27871][SQL] LambdaVariable should use per-query unique IDs instead of globally unique IDs

2019-05-29 Thread GitBox
SparkQA removed a comment on issue #24735: [SPARK-27871][SQL] LambdaVariable 
should use per-query unique IDs instead of globally unique IDs
URL: https://github.com/apache/spark/pull/24735#issuecomment-497160400
 
 
   **[Test build #105936 has 
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/105936/testReport)**
 for PR 24735 at commit 
[`8ac310c`](https://github.com/apache/spark/commit/8ac310c640d802e88f32e314c82fbe0bf1437669).


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] AmplabJenkins removed a comment on issue #24735: [SPARK-27871][SQL] LambdaVariable should use per-query unique IDs instead of globally unique IDs

2019-05-29 Thread GitBox
AmplabJenkins removed a comment on issue #24735: [SPARK-27871][SQL] 
LambdaVariable should use per-query unique IDs instead of globally unique IDs
URL: https://github.com/apache/spark/pull/24735#issuecomment-497199389
 
 
   Merged build finished. Test PASSed.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] AmplabJenkins removed a comment on issue #24735: [SPARK-27871][SQL] LambdaVariable should use per-query unique IDs instead of globally unique IDs

2019-05-29 Thread GitBox
AmplabJenkins removed a comment on issue #24735: [SPARK-27871][SQL] 
LambdaVariable should use per-query unique IDs instead of globally unique IDs
URL: https://github.com/apache/spark/pull/24735#issuecomment-497199393
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/105936/
   Test PASSed.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] AmplabJenkins commented on issue #24735: [SPARK-27871][SQL] LambdaVariable should use per-query unique IDs instead of globally unique IDs

2019-05-29 Thread GitBox
AmplabJenkins commented on issue #24735: [SPARK-27871][SQL] LambdaVariable 
should use per-query unique IDs instead of globally unique IDs
URL: https://github.com/apache/spark/pull/24735#issuecomment-497199389
 
 
   Merged build finished. Test PASSed.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] AmplabJenkins commented on issue #24735: [SPARK-27871][SQL] LambdaVariable should use per-query unique IDs instead of globally unique IDs

2019-05-29 Thread GitBox
AmplabJenkins commented on issue #24735: [SPARK-27871][SQL] LambdaVariable 
should use per-query unique IDs instead of globally unique IDs
URL: https://github.com/apache/spark/pull/24735#issuecomment-497199393
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/105936/
   Test PASSed.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] SparkQA commented on issue #24671: [SPARK-27811][Core][Docs]Improve docs about spark.driver.memoryOverhead and spark.executor.memoryOverhead.

2019-05-29 Thread GitBox
SparkQA commented on issue #24671: [SPARK-27811][Core][Docs]Improve docs about 
spark.driver.memoryOverhead and spark.executor.memoryOverhead.
URL: https://github.com/apache/spark/pull/24671#issuecomment-497199962
 
 
   **[Test build #105939 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/105939/testReport)**
 for PR 24671 at commit 
[`5dbbf4a`](https://github.com/apache/spark/commit/5dbbf4a27d7892a06e6aec09a486ff77ace7e3dd).
* This patch passes all tests.
* This patch merges cleanly.
* This patch adds no public classes.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] SparkQA removed a comment on issue #24671: [SPARK-27811][Core][Docs]Improve docs about spark.driver.memoryOverhead and spark.executor.memoryOverhead.

2019-05-29 Thread GitBox
SparkQA removed a comment on issue #24671: [SPARK-27811][Core][Docs]Improve 
docs about spark.driver.memoryOverhead and spark.executor.memoryOverhead.
URL: https://github.com/apache/spark/pull/24671#issuecomment-497174193
 
 
   **[Test build #105939 has 
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/105939/testReport)**
 for PR 24671 at commit 
[`5dbbf4a`](https://github.com/apache/spark/commit/5dbbf4a27d7892a06e6aec09a486ff77ace7e3dd).


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] AmplabJenkins commented on issue #24671: [SPARK-27811][Core][Docs]Improve docs about spark.driver.memoryOverhead and spark.executor.memoryOverhead.

2019-05-29 Thread GitBox
AmplabJenkins commented on issue #24671: [SPARK-27811][Core][Docs]Improve docs 
about spark.driver.memoryOverhead and spark.executor.memoryOverhead.
URL: https://github.com/apache/spark/pull/24671#issuecomment-497200236
 
 
   Merged build finished. Test PASSed.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] AmplabJenkins commented on issue #24671: [SPARK-27811][Core][Docs]Improve docs about spark.driver.memoryOverhead and spark.executor.memoryOverhead.

2019-05-29 Thread GitBox
AmplabJenkins commented on issue #24671: [SPARK-27811][Core][Docs]Improve docs 
about spark.driver.memoryOverhead and spark.executor.memoryOverhead.
URL: https://github.com/apache/spark/pull/24671#issuecomment-497200239
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/105939/
   Test PASSed.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] AmplabJenkins removed a comment on issue #24671: [SPARK-27811][Core][Docs]Improve docs about spark.driver.memoryOverhead and spark.executor.memoryOverhead.

2019-05-29 Thread GitBox
AmplabJenkins removed a comment on issue #24671: 
[SPARK-27811][Core][Docs]Improve docs about spark.driver.memoryOverhead and 
spark.executor.memoryOverhead.
URL: https://github.com/apache/spark/pull/24671#issuecomment-497200236
 
 
   Merged build finished. Test PASSed.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] AmplabJenkins removed a comment on issue #24671: [SPARK-27811][Core][Docs]Improve docs about spark.driver.memoryOverhead and spark.executor.memoryOverhead.

2019-05-29 Thread GitBox
AmplabJenkins removed a comment on issue #24671: 
[SPARK-27811][Core][Docs]Improve docs about spark.driver.memoryOverhead and 
spark.executor.memoryOverhead.
URL: https://github.com/apache/spark/pull/24671#issuecomment-497200239
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/105939/
   Test PASSed.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] felixcheung commented on issue #24734: [SPARK-27870][SQL][PySpark] Flush each batch for pandas UDF (for improving pandas UDFs pipeline)

2019-05-29 Thread GitBox
felixcheung commented on issue #24734: [SPARK-27870][SQL][PySpark] Flush each 
batch for pandas UDF (for improving pandas UDFs pipeline)
URL: https://github.com/apache/spark/pull/24734#issuecomment-497202240
 
 
   if this is performance, is there benchmarking result before/after?


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] SparkQA commented on issue #24739: [SPARK-27875][CORE][SQL][ML][K8S] Wrap all PrintWriter with Utils.tryWithResource

2019-05-29 Thread GitBox
SparkQA commented on issue #24739: [SPARK-27875][CORE][SQL][ML][K8S] Wrap all 
PrintWriter with Utils.tryWithResource
URL: https://github.com/apache/spark/pull/24739#issuecomment-497202172
 
 
   **[Test build #105946 has 
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/105946/testReport)**
 for PR 24739 at commit 
[`6c7c88d`](https://github.com/apache/spark/commit/6c7c88d26cebf9f956d7b5099e7798688b02bc65).


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] felixcheung commented on issue #24730: [SPARK-27835][Core] Resource Scheduling: change driver config from addresses

2019-05-29 Thread GitBox
felixcheung commented on issue #24730: [SPARK-27835][Core] Resource Scheduling: 
change driver config from addresses
URL: https://github.com/apache/spark/pull/24730#issuecomment-497203564
 
 
   LGTM


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] felixcheung commented on a change in pull request #24730: [SPARK-27835][Core] Resource Scheduling: change driver config from addresses

2019-05-29 Thread GitBox
felixcheung commented on a change in pull request #24730: [SPARK-27835][Core] 
Resource Scheduling: change driver config from addresses
URL: https://github.com/apache/spark/pull/24730#discussion_r288858863
 
 

 ##
 File path: core/src/main/scala/org/apache/spark/ResourceDiscoverer.scala
 ##
 @@ -132,4 +132,20 @@ private[spark] object ResourceDiscoverer extends Logging {
   }
 }
   }
+
+  def parseAllocatedFromJsonFile(resourcesFile: String): Map[String, 
ResourceInformation] = {
+implicit val formats = DefaultFormats
+// case class to make json4s parsing easy
+case class JsonResourceInformation(val name: String, val addresses: 
Array[String])
+val resourceInput = new BufferedInputStream(new 
FileInputStream(resourcesFile))
+val resources = try {
+  parse(resourceInput).extract[Seq[JsonResourceInformation]]
+} catch {
+  case e@(_: MappingException | _: MismatchedInputException | _: 
ClassCastException) =>
+throw new SparkException(s"Exception parsing the resources in 
$resourcesFile", e)
+} finally {
+  resourceInput.close()
+}
+resources.map(r => (r.name, new ResourceInformation(r.name, 
r.addresses))).toMap
 
 Review comment:
   ah yes ;) I just mean it walking through a `Seq` when the goal is a `Map`


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] felixcheung commented on issue #24740: [SPARK-27876][SPARK-27876][CORE] Split large shuffle partition to multi-segments to enable transfer oversize shuffle partition block

2019-05-29 Thread GitBox
felixcheung commented on issue #24740: [SPARK-27876][SPARK-27876][CORE] Split 
large shuffle partition to multi-segments to enable transfer oversize shuffle 
partition block
URL: https://github.com/apache/spark/pull/24740#issuecomment-497203881
 
 
   @squito ?


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] SparkQA commented on issue #24739: [SPARK-27875][CORE][SQL][ML][K8S] Wrap all PrintWriter with Utils.tryWithResource

2019-05-29 Thread GitBox
SparkQA commented on issue #24739: [SPARK-27875][CORE][SQL][ML][K8S] Wrap all 
PrintWriter with Utils.tryWithResource
URL: https://github.com/apache/spark/pull/24739#issuecomment-497204145
 
 
   Kubernetes integration test starting
   URL: 
https://amplab.cs.berkeley.edu/jenkins/job/testing-k8s-prb-make-spark-distribution-unified/11198/
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] AmplabJenkins commented on issue #24739: [SPARK-27875][CORE][SQL][ML][K8S] Wrap all PrintWriter with Utils.tryWithResource

2019-05-29 Thread GitBox
AmplabJenkins commented on issue #24739: [SPARK-27875][CORE][SQL][ML][K8S] Wrap 
all PrintWriter with Utils.tryWithResource
URL: https://github.com/apache/spark/pull/24739#issuecomment-497205781
 
 
   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   
https://amplab.cs.berkeley.edu/jenkins//job/testing-k8s-prb-make-spark-distribution-unified/11198/
   Test FAILed.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] SparkQA commented on issue #24739: [SPARK-27875][CORE][SQL][ML][K8S] Wrap all PrintWriter with Utils.tryWithResource

2019-05-29 Thread GitBox
SparkQA commented on issue #24739: [SPARK-27875][CORE][SQL][ML][K8S] Wrap all 
PrintWriter with Utils.tryWithResource
URL: https://github.com/apache/spark/pull/24739#issuecomment-497205721
 
 
   Kubernetes integration test status failure
   URL: 
https://amplab.cs.berkeley.edu/jenkins/job/testing-k8s-prb-make-spark-distribution-unified/11198/
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] AmplabJenkins commented on issue #24739: [SPARK-27875][CORE][SQL][ML][K8S] Wrap all PrintWriter with Utils.tryWithResource

2019-05-29 Thread GitBox
AmplabJenkins commented on issue #24739: [SPARK-27875][CORE][SQL][ML][K8S] Wrap 
all PrintWriter with Utils.tryWithResource
URL: https://github.com/apache/spark/pull/24739#issuecomment-497205775
 
 
   Merged build finished. Test FAILed.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] AmplabJenkins removed a comment on issue #24739: [SPARK-27875][CORE][SQL][ML][K8S] Wrap all PrintWriter with Utils.tryWithResource

2019-05-29 Thread GitBox
AmplabJenkins removed a comment on issue #24739: 
[SPARK-27875][CORE][SQL][ML][K8S] Wrap all PrintWriter with 
Utils.tryWithResource
URL: https://github.com/apache/spark/pull/24739#issuecomment-497205775
 
 
   Merged build finished. Test FAILed.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] SparkQA commented on issue #24327: [SPARK-27418][SQL] Migrate Parquet to File Data Source V2

2019-05-29 Thread GitBox
SparkQA commented on issue #24327: [SPARK-27418][SQL] Migrate Parquet to File 
Data Source V2
URL: https://github.com/apache/spark/pull/24327#issuecomment-497206041
 
 
   **[Test build #105940 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/105940/testReport)**
 for PR 24327 at commit 
[`9612aed`](https://github.com/apache/spark/commit/9612aed5b40315a5d88d2fd63be6d480ef9357d5).
* This patch **fails Spark unit tests**.
* This patch merges cleanly.
* This patch adds no public classes.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] AmplabJenkins removed a comment on issue #24739: [SPARK-27875][CORE][SQL][ML][K8S] Wrap all PrintWriter with Utils.tryWithResource

2019-05-29 Thread GitBox
AmplabJenkins removed a comment on issue #24739: 
[SPARK-27875][CORE][SQL][ML][K8S] Wrap all PrintWriter with 
Utils.tryWithResource
URL: https://github.com/apache/spark/pull/24739#issuecomment-497205781
 
 
   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   
https://amplab.cs.berkeley.edu/jenkins//job/testing-k8s-prb-make-spark-distribution-unified/11198/
   Test FAILed.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] SparkQA removed a comment on issue #24327: [SPARK-27418][SQL] Migrate Parquet to File Data Source V2

2019-05-29 Thread GitBox
SparkQA removed a comment on issue #24327: [SPARK-27418][SQL] Migrate Parquet 
to File Data Source V2
URL: https://github.com/apache/spark/pull/24327#issuecomment-497184193
 
 
   **[Test build #105940 has 
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/105940/testReport)**
 for PR 24327 at commit 
[`9612aed`](https://github.com/apache/spark/commit/9612aed5b40315a5d88d2fd63be6d480ef9357d5).


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] AmplabJenkins commented on issue #24327: [SPARK-27418][SQL] Migrate Parquet to File Data Source V2

2019-05-29 Thread GitBox
AmplabJenkins commented on issue #24327: [SPARK-27418][SQL] Migrate Parquet to 
File Data Source V2
URL: https://github.com/apache/spark/pull/24327#issuecomment-497206204
 
 
   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/105940/
   Test FAILed.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] AmplabJenkins commented on issue #24327: [SPARK-27418][SQL] Migrate Parquet to File Data Source V2

2019-05-29 Thread GitBox
AmplabJenkins commented on issue #24327: [SPARK-27418][SQL] Migrate Parquet to 
File Data Source V2
URL: https://github.com/apache/spark/pull/24327#issuecomment-497206196
 
 
   Merged build finished. Test FAILed.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] AmplabJenkins removed a comment on issue #24327: [SPARK-27418][SQL] Migrate Parquet to File Data Source V2

2019-05-29 Thread GitBox
AmplabJenkins removed a comment on issue #24327: [SPARK-27418][SQL] Migrate 
Parquet to File Data Source V2
URL: https://github.com/apache/spark/pull/24327#issuecomment-497206196
 
 
   Merged build finished. Test FAILed.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] AmplabJenkins removed a comment on issue #24327: [SPARK-27418][SQL] Migrate Parquet to File Data Source V2

2019-05-29 Thread GitBox
AmplabJenkins removed a comment on issue #24327: [SPARK-27418][SQL] Migrate 
Parquet to File Data Source V2
URL: https://github.com/apache/spark/pull/24327#issuecomment-497206204
 
 
   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/105940/
   Test FAILed.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] AmplabJenkins commented on issue #24472: [SPARK-27578][SQL] Support INTERVAL ... HOUR TO SECOND syntax

2019-05-29 Thread GitBox
AmplabJenkins commented on issue #24472: [SPARK-27578][SQL] Support INTERVAL 
... HOUR TO SECOND syntax
URL: https://github.com/apache/spark/pull/24472#issuecomment-497208441
 
 
   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/105944/
   Test FAILed.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] SparkQA commented on issue #24472: [SPARK-27578][SQL] Support INTERVAL ... HOUR TO SECOND syntax

2019-05-29 Thread GitBox
SparkQA commented on issue #24472: [SPARK-27578][SQL] Support INTERVAL ... HOUR 
TO SECOND syntax
URL: https://github.com/apache/spark/pull/24472#issuecomment-497208295
 
 
   **[Test build #105944 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/105944/testReport)**
 for PR 24472 at commit 
[`29fcc08`](https://github.com/apache/spark/commit/29fcc087fbd10ce4188f228c7ccf11337912f225).
* This patch **fails Spark unit tests**.
* This patch merges cleanly.
* This patch adds no public classes.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] AmplabJenkins commented on issue #24472: [SPARK-27578][SQL] Support INTERVAL ... HOUR TO SECOND syntax

2019-05-29 Thread GitBox
AmplabJenkins commented on issue #24472: [SPARK-27578][SQL] Support INTERVAL 
... HOUR TO SECOND syntax
URL: https://github.com/apache/spark/pull/24472#issuecomment-497208438
 
 
   Merged build finished. Test FAILed.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] SparkQA removed a comment on issue #24472: [SPARK-27578][SQL] Support INTERVAL ... HOUR TO SECOND syntax

2019-05-29 Thread GitBox
SparkQA removed a comment on issue #24472: [SPARK-27578][SQL] Support INTERVAL 
... HOUR TO SECOND syntax
URL: https://github.com/apache/spark/pull/24472#issuecomment-497192893
 
 
   **[Test build #105944 has 
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/105944/testReport)**
 for PR 24472 at commit 
[`29fcc08`](https://github.com/apache/spark/commit/29fcc087fbd10ce4188f228c7ccf11337912f225).


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] AmplabJenkins removed a comment on issue #24472: [SPARK-27578][SQL] Support INTERVAL ... HOUR TO SECOND syntax

2019-05-29 Thread GitBox
AmplabJenkins removed a comment on issue #24472: [SPARK-27578][SQL] Support 
INTERVAL ... HOUR TO SECOND syntax
URL: https://github.com/apache/spark/pull/24472#issuecomment-497208438
 
 
   Merged build finished. Test FAILed.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] AmplabJenkins removed a comment on issue #24472: [SPARK-27578][SQL] Support INTERVAL ... HOUR TO SECOND syntax

2019-05-29 Thread GitBox
AmplabJenkins removed a comment on issue #24472: [SPARK-27578][SQL] Support 
INTERVAL ... HOUR TO SECOND syntax
URL: https://github.com/apache/spark/pull/24472#issuecomment-497208441
 
 
   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/105944/
   Test FAILed.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] dongjoon-hyun commented on issue #24731: [SPARK-27725][EXAMPLES] Add an example discovery Script for GPU resources

2019-05-29 Thread GitBox
dongjoon-hyun commented on issue #24731: [SPARK-27725][EXAMPLES] Add an example 
discovery Script for GPU resources
URL: https://github.com/apache/spark/pull/24731#issuecomment-497209414
 
 
   @felixcheung . We can make `src/main/sh`(?), but it's more natural to 
consider this as a resource or configuration, isn't it?


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] jzhuge opened a new pull request #24741: [SPARK-27322][SQL] DataSourceV2: Select from multiple catalogs

2019-05-29 Thread GitBox
jzhuge opened a new pull request #24741: [SPARK-27322][SQL] DataSourceV2: 
Select from multiple catalogs
URL: https://github.com/apache/spark/pull/24741
 
 
   ## What changes were proposed in this pull request?
   
   Support multi-catalog in the following SELECT code paths:
   
   - SELECT * FROM catalog.db.tbl
   - TABLE catalog.db.tbl
   - JOIN or UNION tables from different catalogs
   - SparkSession.table("catalog.db.tbl")
   - CTE relation
   - View text
   
   ## How was this patch tested?
   
   New unit tests.
   All existing unit tests in catalyst and sql core.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] dongjoon-hyun closed pull request #24731: [SPARK-27725][EXAMPLES] Add an example discovery Script for GPU resources

2019-05-29 Thread GitBox
dongjoon-hyun closed pull request #24731: [SPARK-27725][EXAMPLES] Add an 
example discovery Script for GPU resources
URL: https://github.com/apache/spark/pull/24731
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] SparkQA commented on issue #24741: [SPARK-27322][SQL] DataSourceV2: Select from multiple catalogs

2019-05-29 Thread GitBox
SparkQA commented on issue #24741: [SPARK-27322][SQL] DataSourceV2: Select from 
multiple catalogs
URL: https://github.com/apache/spark/pull/24741#issuecomment-497210112
 
 
   **[Test build #105947 has 
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/105947/testReport)**
 for PR 24741 at commit 
[`c504b2f`](https://github.com/apache/spark/commit/c504b2fbc4c8e9054504ad7dbad79e7904d9fdbf).


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] jzhuge commented on issue #24741: [SPARK-27322][SQL] DataSourceV2: Select from multiple catalogs

2019-05-29 Thread GitBox
jzhuge commented on issue #24741: [SPARK-27322][SQL] DataSourceV2: Select from 
multiple catalogs
URL: https://github.com/apache/spark/pull/24741#issuecomment-497210795
 
 
   This PR depends on #24686. It'd easier to review commit c504b2f only.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] AmplabJenkins commented on issue #24741: [SPARK-27322][SQL] DataSourceV2: Select from multiple catalogs

2019-05-29 Thread GitBox
AmplabJenkins commented on issue #24741: [SPARK-27322][SQL] DataSourceV2: 
Select from multiple catalogs
URL: https://github.com/apache/spark/pull/24741#issuecomment-497210973
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] AmplabJenkins commented on issue #24741: [SPARK-27322][SQL] DataSourceV2: Select from multiple catalogs

2019-05-29 Thread GitBox
AmplabJenkins commented on issue #24741: [SPARK-27322][SQL] DataSourceV2: 
Select from multiple catalogs
URL: https://github.com/apache/spark/pull/24741#issuecomment-497211197
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   
https://amplab.cs.berkeley.edu/jenkins//job/testing-k8s-prb-make-spark-distribution-unified/11199/
   Test PASSed.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] AmplabJenkins commented on issue #24741: [SPARK-27322][SQL] DataSourceV2: Select from multiple catalogs

2019-05-29 Thread GitBox
AmplabJenkins commented on issue #24741: [SPARK-27322][SQL] DataSourceV2: 
Select from multiple catalogs
URL: https://github.com/apache/spark/pull/24741#issuecomment-497211192
 
 
   Merged build finished. Test PASSed.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] AmplabJenkins removed a comment on issue #24741: [SPARK-27322][SQL] DataSourceV2: Select from multiple catalogs

2019-05-29 Thread GitBox
AmplabJenkins removed a comment on issue #24741: [SPARK-27322][SQL] 
DataSourceV2: Select from multiple catalogs
URL: https://github.com/apache/spark/pull/24741#issuecomment-497211197
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   
https://amplab.cs.berkeley.edu/jenkins//job/testing-k8s-prb-make-spark-distribution-unified/11199/
   Test PASSed.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] AmplabJenkins removed a comment on issue #24741: [SPARK-27322][SQL] DataSourceV2: Select from multiple catalogs

2019-05-29 Thread GitBox
AmplabJenkins removed a comment on issue #24741: [SPARK-27322][SQL] 
DataSourceV2: Select from multiple catalogs
URL: https://github.com/apache/spark/pull/24741#issuecomment-497211192
 
 
   Merged build finished. Test PASSed.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] AmplabJenkins removed a comment on issue #24741: [SPARK-27322][SQL] DataSourceV2: Select from multiple catalogs

2019-05-29 Thread GitBox
AmplabJenkins removed a comment on issue #24741: [SPARK-27322][SQL] 
DataSourceV2: Select from multiple catalogs
URL: https://github.com/apache/spark/pull/24741#issuecomment-497210973
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] AmplabJenkins commented on issue #24741: [SPARK-27322][SQL] DataSourceV2: Select from multiple catalogs

2019-05-29 Thread GitBox
AmplabJenkins commented on issue #24741: [SPARK-27322][SQL] DataSourceV2: 
Select from multiple catalogs
URL: https://github.com/apache/spark/pull/24741#issuecomment-497212241
 
 
   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/105947/
   Test FAILed.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] AmplabJenkins commented on issue #24741: [SPARK-27322][SQL] DataSourceV2: Select from multiple catalogs

2019-05-29 Thread GitBox
AmplabJenkins commented on issue #24741: [SPARK-27322][SQL] DataSourceV2: 
Select from multiple catalogs
URL: https://github.com/apache/spark/pull/24741#issuecomment-497212238
 
 
   Merged build finished. Test FAILed.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] SparkQA removed a comment on issue #24741: [SPARK-27322][SQL] DataSourceV2: Select from multiple catalogs

2019-05-29 Thread GitBox
SparkQA removed a comment on issue #24741: [SPARK-27322][SQL] DataSourceV2: 
Select from multiple catalogs
URL: https://github.com/apache/spark/pull/24741#issuecomment-497210112
 
 
   **[Test build #105947 has 
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/105947/testReport)**
 for PR 24741 at commit 
[`c504b2f`](https://github.com/apache/spark/commit/c504b2fbc4c8e9054504ad7dbad79e7904d9fdbf).


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] SparkQA commented on issue #24741: [SPARK-27322][SQL] DataSourceV2: Select from multiple catalogs

2019-05-29 Thread GitBox
SparkQA commented on issue #24741: [SPARK-27322][SQL] DataSourceV2: Select from 
multiple catalogs
URL: https://github.com/apache/spark/pull/24741#issuecomment-497212225
 
 
   **[Test build #105947 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/105947/testReport)**
 for PR 24741 at commit 
[`c504b2f`](https://github.com/apache/spark/commit/c504b2fbc4c8e9054504ad7dbad79e7904d9fdbf).
* This patch **fails to generate documentation**.
* This patch merges cleanly.
* This patch adds the following public classes _(experimental)_:
 * `trait TableIdentifierHelper extends LookupCatalog `
 * `  implicit class TableIdentifierHelper(parts: Seq[String]) `
 * `case class UnresolvedRelation(table: TableIdentifierLike)`
 * `sealed trait TableIdentifierLike `
 * `case class CatalogTableIdentifier(catalog: TableCatalog, ident: 
Identifier)`
 * `class AstBuilder(conf: SQLConf)`


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] AmplabJenkins removed a comment on issue #24741: [SPARK-27322][SQL] DataSourceV2: Select from multiple catalogs

2019-05-29 Thread GitBox
AmplabJenkins removed a comment on issue #24741: [SPARK-27322][SQL] 
DataSourceV2: Select from multiple catalogs
URL: https://github.com/apache/spark/pull/24741#issuecomment-497212238
 
 
   Merged build finished. Test FAILed.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] AmplabJenkins removed a comment on issue #24741: [SPARK-27322][SQL] DataSourceV2: Select from multiple catalogs

2019-05-29 Thread GitBox
AmplabJenkins removed a comment on issue #24741: [SPARK-27322][SQL] 
DataSourceV2: Select from multiple catalogs
URL: https://github.com/apache/spark/pull/24741#issuecomment-497212241
 
 
   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/105947/
   Test FAILed.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] jzhuge edited a comment on issue #24741: [SPARK-27322][SQL] DataSourceV2: Select from multiple catalogs

2019-05-29 Thread GitBox
jzhuge edited a comment on issue #24741: [SPARK-27322][SQL] DataSourceV2: 
Select from multiple catalogs
URL: https://github.com/apache/spark/pull/24741#issuecomment-497212984
 
 
   There are 2 major design points in this PR:
   
   1. Create TableIdentifierLike interface to ease the migration from legacy 
TableIdentifier to CatalogTableIdentifier
   2. Resolve multipart table identifier to 
CatalogTableIdentifier/TableIdentifier in `AstBuilder`. Don't quite like this 
choice but it seems to minimize changes in this PR comparing to alternatives 
that I will list below.
   
   I discovered these sore spots so far in the transition from TableIdentifier 
to CatalogTableIdentifier:
   
   - CTE relation
   - View text
   - Hints
   
   Alternatives to resolving multipart table identifier in AstBuilder
   
   - Parser.parsePlan
   - Analyzer. We can switch to this choice after taking care of the sore spots.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] jzhuge commented on issue #24741: [SPARK-27322][SQL] DataSourceV2: Select from multiple catalogs

2019-05-29 Thread GitBox
jzhuge commented on issue #24741: [SPARK-27322][SQL] DataSourceV2: Select from 
multiple catalogs
URL: https://github.com/apache/spark/pull/24741#issuecomment-497212984
 
 
   There are 2 major design points in this PR:
   
   1. Create TableIdentifierLike interface to ease the migration from legacy 
TableIdentifier to CatalogTableIdentifier
   2. Resolve multipart table identifier to 
CatalogTableIdentifier/TableIdentifier in `AstBuilder`. Don't quite like this 
choice but it seems to minimize changes in this PR comparing to alternatives 
that I will list below.
   
   I discovered these sore spots so far in the transition from TableIdentifier 
to CatalogTableIdentifier:
   
   - CTE relation
   - View text
   - Hints
   
   Alternatives to resolving multipart table identifier in AstBuilder
   
   - Parser.parsePlan
   - Analyzer. We can switch to this choice after taking care of the sore spots.
   
   - 


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] AmplabJenkins commented on issue #24472: [SPARK-27578][SQL] Support INTERVAL ... HOUR TO SECOND syntax

2019-05-29 Thread GitBox
AmplabJenkins commented on issue #24472: [SPARK-27578][SQL] Support INTERVAL 
... HOUR TO SECOND syntax
URL: https://github.com/apache/spark/pull/24472#issuecomment-497214197
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   
https://amplab.cs.berkeley.edu/jenkins//job/testing-k8s-prb-make-spark-distribution-unified/11200/
   Test PASSed.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] AmplabJenkins commented on issue #24472: [SPARK-27578][SQL] Support INTERVAL ... HOUR TO SECOND syntax

2019-05-29 Thread GitBox
AmplabJenkins commented on issue #24472: [SPARK-27578][SQL] Support INTERVAL 
... HOUR TO SECOND syntax
URL: https://github.com/apache/spark/pull/24472#issuecomment-497214192
 
 
   Merged build finished. Test PASSed.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] SparkQA commented on issue #24472: [SPARK-27578][SQL] Support INTERVAL ... HOUR TO SECOND syntax

2019-05-29 Thread GitBox
SparkQA commented on issue #24472: [SPARK-27578][SQL] Support INTERVAL ... HOUR 
TO SECOND syntax
URL: https://github.com/apache/spark/pull/24472#issuecomment-497214643
 
 
   **[Test build #105948 has 
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/105948/testReport)**
 for PR 24472 at commit 
[`0ee3bc9`](https://github.com/apache/spark/commit/0ee3bc9e870ca583c85029b1c7e29c4f089365f8).


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] dongjoon-hyun edited a comment on issue #24731: [SPARK-27725][EXAMPLES] Add an example discovery Script for GPU resources

2019-05-29 Thread GitBox
dongjoon-hyun edited a comment on issue #24731: [SPARK-27725][EXAMPLES] Add an 
example discovery Script for GPU resources
URL: https://github.com/apache/spark/pull/24731#issuecomment-497209414
 
 
   @felixcheung . We can make `src/main/sh`(`scripts`?), but it's more natural 
to consider this as a resource or configuration, isn't it?


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] AmplabJenkins removed a comment on issue #24472: [SPARK-27578][SQL] Support INTERVAL ... HOUR TO SECOND syntax

2019-05-29 Thread GitBox
AmplabJenkins removed a comment on issue #24472: [SPARK-27578][SQL] Support 
INTERVAL ... HOUR TO SECOND syntax
URL: https://github.com/apache/spark/pull/24472#issuecomment-497214197
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   
https://amplab.cs.berkeley.edu/jenkins//job/testing-k8s-prb-make-spark-distribution-unified/11200/
   Test PASSed.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



<    4   5   6   7   8   9   10   >