You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2021/10/29 09:44:13 UTC

[GitHub] [spark] dchvn opened a new pull request #34437: [SPARK-37156][PYTHON] Inline type hints for python/pyspark/storagelevel.py

dchvn opened a new pull request #34437:
URL: https://github.com/apache/spark/pull/34437


   ### What changes were proposed in this pull request?
   Inline type hints for python/pyspark/storagelevel.py
   
   
   ### Why are the changes needed?
   We can take advantage of static type checking within the functions by inlining the type hints.
   
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   
   ### How was this patch tested?
   Existing tests


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #34437: [SPARK-37156][PYTHON] Inline type hints for python/pyspark/storagelevel.py

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #34437:
URL: https://github.com/apache/spark/pull/34437#issuecomment-954660065


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/144748/
   


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] SparkQA removed a comment on pull request #34437: [SPARK-37156][PYTHON] Inline type hints for python/pyspark/storagelevel.py

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on pull request #34437:
URL: https://github.com/apache/spark/pull/34437#issuecomment-954624706


   **[Test build #144748 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/144748/testReport)** for PR 34437 at commit [`2f4bfff`](https://github.com/apache/spark/commit/2f4bfff83cbc54a5ab9afd60d62365f6237e0fbc).


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] HyukjinKwon commented on pull request #34437: [SPARK-37156][PYTHON] Inline type hints for python/pyspark/storagelevel.py

Posted by GitBox <gi...@apache.org>.
HyukjinKwon commented on pull request #34437:
URL: https://github.com/apache/spark/pull/34437#issuecomment-957171221


   Merged to master.


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] HyukjinKwon closed pull request #34437: [SPARK-37156][PYTHON] Inline type hints for python/pyspark/storagelevel.py

Posted by GitBox <gi...@apache.org>.
HyukjinKwon closed pull request #34437:
URL: https://github.com/apache/spark/pull/34437


   


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] AmplabJenkins commented on pull request #34437: [SPARK-37156][PYTHON] Inline type hints for python/pyspark/storagelevel.py

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #34437:
URL: https://github.com/apache/spark/pull/34437#issuecomment-954781042


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/49223/
   


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #34437: [SPARK-37156][PYTHON] Inline type hints for python/pyspark/storagelevel.py

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #34437:
URL: https://github.com/apache/spark/pull/34437#issuecomment-954781042


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/49223/
   


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] dchvn commented on pull request #34437: [SPARK-37156][PYTHON] Inline type hints for python/pyspark/storagelevel.py

Posted by GitBox <gi...@apache.org>.
dchvn commented on pull request #34437:
URL: https://github.com/apache/spark/pull/34437#issuecomment-957182262


   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.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] SparkQA commented on pull request #34437: [SPARK-37156][PYTHON] Inline type hints for python/pyspark/storagelevel.py

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #34437:
URL: https://github.com/apache/spark/pull/34437#issuecomment-954679563


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


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] SparkQA commented on pull request #34437: [SPARK-37156][PYTHON] Inline type hints for python/pyspark/storagelevel.py

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #34437:
URL: https://github.com/apache/spark/pull/34437#issuecomment-954624706


   **[Test build #144748 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/144748/testReport)** for PR 34437 at commit [`2f4bfff`](https://github.com/apache/spark/commit/2f4bfff83cbc54a5ab9afd60d62365f6237e0fbc).


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] HyukjinKwon commented on pull request #34437: [SPARK-37156][PYTHON] Inline type hints for python/pyspark/storagelevel.py

Posted by GitBox <gi...@apache.org>.
HyukjinKwon commented on pull request #34437:
URL: https://github.com/apache/spark/pull/34437#issuecomment-957171221


   Merged to master.


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] HyukjinKwon closed pull request #34437: [SPARK-37156][PYTHON] Inline type hints for python/pyspark/storagelevel.py

Posted by GitBox <gi...@apache.org>.
HyukjinKwon closed pull request #34437:
URL: https://github.com/apache/spark/pull/34437


   


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] dchvn commented on pull request #34437: [SPARK-37156][PYTHON] Inline type hints for python/pyspark/storagelevel.py

Posted by GitBox <gi...@apache.org>.
dchvn commented on pull request #34437:
URL: https://github.com/apache/spark/pull/34437#issuecomment-954613104


   CC @HyukjinKwon @zero323 @ueshin FYI. Many 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.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] AmplabJenkins commented on pull request #34437: [SPARK-37156][PYTHON] Inline type hints for python/pyspark/storagelevel.py

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #34437:
URL: https://github.com/apache/spark/pull/34437#issuecomment-954695003


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/49217/
   


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] SparkQA commented on pull request #34437: [SPARK-37156][PYTHON] Inline type hints for python/pyspark/storagelevel.py

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #34437:
URL: https://github.com/apache/spark/pull/34437#issuecomment-954695495


   **[Test build #144754 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/144754/testReport)** for PR 34437 at commit [`2f4bfff`](https://github.com/apache/spark/commit/2f4bfff83cbc54a5ab9afd60d62365f6237e0fbc).


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] HyukjinKwon closed pull request #34437: [SPARK-37156][PYTHON] Inline type hints for python/pyspark/storagelevel.py

Posted by GitBox <gi...@apache.org>.
HyukjinKwon closed pull request #34437:
URL: https://github.com/apache/spark/pull/34437


   


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] AmplabJenkins commented on pull request #34437: [SPARK-37156][PYTHON] Inline type hints for python/pyspark/storagelevel.py

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #34437:
URL: https://github.com/apache/spark/pull/34437#issuecomment-954735989


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/144754/
   


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] dchvn commented on pull request #34437: [SPARK-37156][PYTHON] Inline type hints for python/pyspark/storagelevel.py

Posted by GitBox <gi...@apache.org>.
dchvn commented on pull request #34437:
URL: https://github.com/apache/spark/pull/34437#issuecomment-957182262


   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.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] SparkQA commented on pull request #34437: [SPARK-37156][PYTHON] Inline type hints for python/pyspark/storagelevel.py

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #34437:
URL: https://github.com/apache/spark/pull/34437#issuecomment-954714187


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] SparkQA removed a comment on pull request #34437: [SPARK-37156][PYTHON] Inline type hints for python/pyspark/storagelevel.py

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on pull request #34437:
URL: https://github.com/apache/spark/pull/34437#issuecomment-954695495


   **[Test build #144754 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/144754/testReport)** for PR 34437 at commit [`2f4bfff`](https://github.com/apache/spark/commit/2f4bfff83cbc54a5ab9afd60d62365f6237e0fbc).


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] SparkQA commented on pull request #34437: [SPARK-37156][PYTHON] Inline type hints for python/pyspark/storagelevel.py

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #34437:
URL: https://github.com/apache/spark/pull/34437#issuecomment-954775416


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


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #34437: [SPARK-37156][PYTHON] Inline type hints for python/pyspark/storagelevel.py

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #34437:
URL: https://github.com/apache/spark/pull/34437#issuecomment-954695003


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/49217/
   


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] SparkQA commented on pull request #34437: [SPARK-37156][PYTHON] Inline type hints for python/pyspark/storagelevel.py

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #34437:
URL: https://github.com/apache/spark/pull/34437#issuecomment-954729751


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


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #34437: [SPARK-37156][PYTHON] Inline type hints for python/pyspark/storagelevel.py

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #34437:
URL: https://github.com/apache/spark/pull/34437#issuecomment-954735989


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/144754/
   


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] HyukjinKwon commented on pull request #34437: [SPARK-37156][PYTHON] Inline type hints for python/pyspark/storagelevel.py

Posted by GitBox <gi...@apache.org>.
HyukjinKwon commented on pull request #34437:
URL: https://github.com/apache/spark/pull/34437#issuecomment-957171221


   Merged to master.


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] SparkQA commented on pull request #34437: [SPARK-37156][PYTHON] Inline type hints for python/pyspark/storagelevel.py

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #34437:
URL: https://github.com/apache/spark/pull/34437#issuecomment-954637457


   **[Test build #144748 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/144748/testReport)** for PR 34437 at commit [`2f4bfff`](https://github.com/apache/spark/commit/2f4bfff83cbc54a5ab9afd60d62365f6237e0fbc).
    * This patch **fails PySpark 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.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] dchvn commented on pull request #34437: [SPARK-37156][PYTHON] Inline type hints for python/pyspark/storagelevel.py

Posted by GitBox <gi...@apache.org>.
dchvn commented on pull request #34437:
URL: https://github.com/apache/spark/pull/34437#issuecomment-954677442


   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.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] AmplabJenkins commented on pull request #34437: [SPARK-37156][PYTHON] Inline type hints for python/pyspark/storagelevel.py

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #34437:
URL: https://github.com/apache/spark/pull/34437#issuecomment-954660065


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/144748/
   


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] SparkQA commented on pull request #34437: [SPARK-37156][PYTHON] Inline type hints for python/pyspark/storagelevel.py

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #34437:
URL: https://github.com/apache/spark/pull/34437#issuecomment-954655272


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


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] dchvn commented on pull request #34437: [SPARK-37156][PYTHON] Inline type hints for python/pyspark/storagelevel.py

Posted by GitBox <gi...@apache.org>.
dchvn commented on pull request #34437:
URL: https://github.com/apache/spark/pull/34437#issuecomment-955976582


   ping @HyukjinKwon , @zero323  😄 !


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] dchvn commented on pull request #34437: [SPARK-37156][PYTHON] Inline type hints for python/pyspark/storagelevel.py

Posted by GitBox <gi...@apache.org>.
dchvn commented on pull request #34437:
URL: https://github.com/apache/spark/pull/34437#issuecomment-957182262


   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.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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