[GitHub] [spark] SparkQA commented on pull request #32968: [SPARK-35470][PYTHON] Fix disallow_untyped_defs mypy checks for pyspark.pandas.base

2021-06-18 Thread GitBox


SparkQA commented on pull request #32968:
URL: https://github.com/apache/spark/pull/32968#issuecomment-864339945


   **[Test build #140010 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/140010/testReport)**
 for PR 32968 at commit 
[`fae2c02`](https://github.com/apache/spark/commit/fae2c029c4330075a8c38d24fb61c078f3882806).
* This patch passes all tests.
* This patch merges cleanly.
* This patch adds the following public classes _(experimental)_:
 * `class SparkIndexOpsMethods(Generic[T_IndexOps], metaclass=ABCMeta):`
 * `class SparkSeriesMethods(SparkIndexOpsMethods[\"ps.Series\"]):`
 * `class SparkIndexMethods(SparkIndexOpsMethods[\"ps.Index\"]):`


-- 
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



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



[GitHub] [spark] SparkQA commented on pull request #32968: [SPARK-35470][PYTHON] Fix disallow_untyped_defs mypy checks for pyspark.pandas.base

2021-06-18 Thread GitBox


SparkQA commented on pull request #32968:
URL: https://github.com/apache/spark/pull/32968#issuecomment-864342362


   Kubernetes integration test starting
   URL: 
https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/44536/
   


-- 
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



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



[GitHub] [spark] SparkQA commented on pull request #32968: [SPARK-35470][PYTHON] Fix disallow_untyped_defs mypy checks for pyspark.pandas.base

2021-06-18 Thread GitBox


SparkQA commented on pull request #32968:
URL: https://github.com/apache/spark/pull/32968#issuecomment-864345896


   Kubernetes integration test status success
   URL: 
https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/44536/
   


-- 
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



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



[GitHub] [spark] SparkQA commented on pull request #32968: [SPARK-35470][PYTHON] Fix disallow_untyped_defs mypy checks for pyspark.pandas.base

2021-06-21 Thread GitBox


SparkQA commented on pull request #32968:
URL: https://github.com/apache/spark/pull/32968#issuecomment-865251674


   **[Test build #140093 has 
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/140093/testReport)**
 for PR 32968 at commit 
[`99c31c5`](https://github.com/apache/spark/commit/99c31c541451a9a0de1c70a7ae6cf9b135a9a603).


-- 
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



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



[GitHub] [spark] SparkQA commented on pull request #32968: [SPARK-35470][PYTHON] Fix disallow_untyped_defs mypy checks for pyspark.pandas.base

2021-06-21 Thread GitBox


SparkQA commented on pull request #32968:
URL: https://github.com/apache/spark/pull/32968#issuecomment-865283803


   Kubernetes integration test unable to build dist.
   
   exiting with code: 1
   URL: 
https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/44621/
   


-- 
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



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



[GitHub] [spark] SparkQA commented on pull request #32968: [SPARK-35470][PYTHON] Fix disallow_untyped_defs mypy checks for pyspark.pandas.base

2021-06-21 Thread GitBox


SparkQA commented on pull request #32968:
URL: https://github.com/apache/spark/pull/32968#issuecomment-865287117


   **[Test build #140093 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/140093/testReport)**
 for PR 32968 at commit 
[`99c31c5`](https://github.com/apache/spark/commit/99c31c541451a9a0de1c70a7ae6cf9b135a9a603).
* This patch passes all tests.
* This patch merges cleanly.
* This patch adds the following public classes _(experimental)_:
 * `public class MergedBlockMetaRequest extends AbstractMessage implements 
RequestMessage `
 * `public class MergedBlockMetaSuccess extends AbstractResponseMessage `
 * `public abstract class AbstractFetchShuffleBlocks extends 
BlockTransferMessage `
 * `public class FetchShuffleBlockChunks extends AbstractFetchShuffleBlocks 
`
 * `public class FetchShuffleBlocks extends AbstractFetchShuffleBlocks `
 * `class ReuseMap[T <: T2, T2 <: QueryPlan[T2]] `


-- 
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



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



[GitHub] [spark] SparkQA commented on pull request #32968: [SPARK-35470][PYTHON] Fix disallow_untyped_defs mypy checks for pyspark.pandas.base

2021-06-21 Thread GitBox


SparkQA commented on pull request #32968:
URL: https://github.com/apache/spark/pull/32968#issuecomment-865357038


   **[Test build #140100 has 
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/140100/testReport)**
 for PR 32968 at commit 
[`f72fa7e`](https://github.com/apache/spark/commit/f72fa7ebf6c53e50a123c94073a651f16af7d4b6).


-- 
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



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



[GitHub] [spark] SparkQA commented on pull request #32968: [SPARK-35470][PYTHON] Fix disallow_untyped_defs mypy checks for pyspark.pandas.base

2021-06-21 Thread GitBox


SparkQA commented on pull request #32968:
URL: https://github.com/apache/spark/pull/32968#issuecomment-865369864


   **[Test build #140100 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/140100/testReport)**
 for PR 32968 at commit 
[`f72fa7e`](https://github.com/apache/spark/commit/f72fa7ebf6c53e50a123c94073a651f16af7d4b6).
* 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



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



[GitHub] [spark] SparkQA commented on pull request #32968: [SPARK-35470][PYTHON] Fix disallow_untyped_defs mypy checks for pyspark.pandas.base

2021-06-21 Thread GitBox


SparkQA commented on pull request #32968:
URL: https://github.com/apache/spark/pull/32968#issuecomment-865381268


   Kubernetes integration test starting
   URL: 
https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/44628/
   


-- 
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



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



[GitHub] [spark] SparkQA commented on pull request #32968: [SPARK-35470][PYTHON] Fix disallow_untyped_defs mypy checks for pyspark.pandas.base

2021-06-21 Thread GitBox


SparkQA commented on pull request #32968:
URL: https://github.com/apache/spark/pull/32968#issuecomment-865385125


   Kubernetes integration test status failure
   URL: 
https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/44628/
   


-- 
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



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



[GitHub] [spark] SparkQA commented on pull request #32968: [SPARK-35470][PYTHON] Fix disallow_untyped_defs mypy checks for pyspark.pandas.base

2021-06-22 Thread GitBox


SparkQA commented on pull request #32968:
URL: https://github.com/apache/spark/pull/32968#issuecomment-865251674






-- 
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



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