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/06 18:38:26 UTC

[GitHub] [spark] xinrong-databricks opened a new pull request #34200: [SPARK-36940][PYTHON] Inline type hints for python/pyspark/sql/avro/functions.py

xinrong-databricks opened a new pull request #34200:
URL: https://github.com/apache/spark/pull/34200


   ### What changes were proposed in this pull request?
   Inline type hints for python/pyspark/sql/avro/functions.py.
   
   
   ### Why are the changes needed?
   Currently, we use stub files for type annotations, which don't support type checks within function bodies. So we propose to inline the type hints to support that.
   
   
   ### 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] ueshin commented on pull request #34200: [SPARK-36940][PYTHON] Inline type hints for python/pyspark/sql/avro/functions.py

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


   Thanks! merging 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] AmplabJenkins removed a comment on pull request #34200: [SPARK-36940][PYTHON] Inline type hints for python/pyspark/sql/avro/functions.py

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






-- 
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] xinrong-databricks commented on pull request #34200: [SPARK-36940][PYTHON] Inline type hints for python/pyspark/sql/avro/functions.py

Posted by GitBox <gi...@apache.org>.
xinrong-databricks commented on pull request #34200:
URL: https://github.com/apache/spark/pull/34200#issuecomment-937969731


   CC @ueshin @HyukjinKwon @itholic 


-- 
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 #34200: [SPARK-36940][PYTHON] Inline type hints for python/pyspark/sql/avro/functions.py

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


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


-- 
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 #34200: [SPARK-36940][PYTHON] Inline type hints for python/pyspark/sql/avro/functions.py

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


   **[Test build #143890 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/143890/testReport)** for PR 34200 at commit [`ea7fe56`](https://github.com/apache/spark/commit/ea7fe56d43377d4b29d6ac8850a238d56a633d35).
    * 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] xinrong-databricks commented on pull request #34200: [SPARK-36940][PYTHON] Inline type hints for python/pyspark/sql/avro/functions.py

Posted by GitBox <gi...@apache.org>.
xinrong-databricks commented on pull request #34200:
URL: https://github.com/apache/spark/pull/34200#issuecomment-937969731


   CC @ueshin @HyukjinKwon @itholic 


-- 
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 #34200: [SPARK-36940][PYTHON] Inline type hints for python/pyspark/sql/avro/functions.py

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


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


-- 
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 #34200: [SPARK-36940][PYTHON] Inline type hints for python/pyspark/sql/avro/functions.py

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


   **[Test build #143894 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/143894/testReport)** for PR 34200 at commit [`495a680`](https://github.com/apache/spark/commit/495a680e94acb1482fc326138595a17cf3aa8a16).


-- 
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 #34200: [SPARK-36940][PYTHON] Inline type hints for python/pyspark/sql/avro/functions.py

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


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


-- 
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 #34200: [SPARK-36940][PYTHON] Inline type hints for python/pyspark/sql/avro/functions.py

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






-- 
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 #34200: [SPARK-36940][PYTHON] Inline type hints for python/pyspark/sql/avro/functions.py

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


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


-- 
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 #34200: [SPARK-36940][PYTHON] Inline type hints for python/pyspark/sql/avro/functions.py

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


   **[Test build #143894 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/143894/testReport)** for PR 34200 at commit [`495a680`](https://github.com/apache/spark/commit/495a680e94acb1482fc326138595a17cf3aa8a16).


-- 
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 #34200: [SPARK-36940][PYTHON] Inline type hints for python/pyspark/sql/avro/functions.py

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


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


-- 
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 #34200: [SPARK-36940][PYTHON] Inline type hints for python/pyspark/sql/avro/functions.py

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


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


-- 
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 #34200: [SPARK-36940][PYTHON] Inline type hints for python/pyspark/sql/avro/functions.py

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


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


-- 
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 #34200: [SPARK-36940][PYTHON] Inline type hints for python/pyspark/sql/avro/functions.py

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


   **[Test build #143894 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/143894/testReport)** for PR 34200 at commit [`495a680`](https://github.com/apache/spark/commit/495a680e94acb1482fc326138595a17cf3aa8a16).


-- 
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] ueshin commented on pull request #34200: [SPARK-36940][PYTHON] Inline type hints for python/pyspark/sql/avro/functions.py

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


   Thanks! merging 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 #34200: [SPARK-36940][PYTHON] Inline type hints for python/pyspark/sql/avro/functions.py

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


   **[Test build #143894 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/143894/testReport)** for PR 34200 at commit [`495a680`](https://github.com/apache/spark/commit/495a680e94acb1482fc326138595a17cf3aa8a16).
    * 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] ueshin closed pull request #34200: [SPARK-36940][PYTHON] Inline type hints for python/pyspark/sql/avro/functions.py

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


   


-- 
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] ueshin closed pull request #34200: [SPARK-36940][PYTHON] Inline type hints for python/pyspark/sql/avro/functions.py

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


   


-- 
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] itholic commented on pull request #34200: [SPARK-36940][PYTHON] Inline type hints for python/pyspark/sql/avro/functions.py

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


   Nice :-)


-- 
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 #34200: [SPARK-36940][PYTHON] Inline type hints for python/pyspark/sql/avro/functions.py

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


   **[Test build #143890 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/143890/testReport)** for PR 34200 at commit [`ea7fe56`](https://github.com/apache/spark/commit/ea7fe56d43377d4b29d6ac8850a238d56a633d35).


-- 
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 #34200: [SPARK-36940][PYTHON] Inline type hints for python/pyspark/sql/avro/functions.py

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


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


-- 
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 #34200: [SPARK-36940][PYTHON] Inline type hints for python/pyspark/sql/avro/functions.py

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


   **[Test build #143890 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/143890/testReport)** for PR 34200 at commit [`ea7fe56`](https://github.com/apache/spark/commit/ea7fe56d43377d4b29d6ac8850a238d56a633d35).


-- 
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 #34200: [SPARK-36940][PYTHON] Inline type hints for python/pyspark/sql/avro/functions.py

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






-- 
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] xinrong-databricks edited a comment on pull request #34200: [SPARK-36940][PYTHON] Inline type hints for python/pyspark/sql/avro/functions.py

Posted by GitBox <gi...@apache.org>.
xinrong-databricks edited a comment on pull request #34200:
URL: https://github.com/apache/spark/pull/34200#issuecomment-937969731


   CC @ueshin @HyukjinKwon @itholic @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] xinrong-databricks edited a comment on pull request #34200: [SPARK-36940][PYTHON] Inline type hints for python/pyspark/sql/avro/functions.py

Posted by GitBox <gi...@apache.org>.
xinrong-databricks edited a comment on pull request #34200:
URL: https://github.com/apache/spark/pull/34200#issuecomment-937969731


   CC @ueshin @HyukjinKwon @itholic @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] AmplabJenkins commented on pull request #34200: [SPARK-36940][PYTHON] Inline type hints for python/pyspark/sql/avro/functions.py

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


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


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