This is an automated email from the ASF dual-hosted git repository.

gurwls223 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new 5535d932e0c [SPARK-39205][PYTHON][PS][INFRA] Add `PANDAS API ON SPARK` 
label
5535d932e0c is described below

commit 5535d932e0c003154ebeecf8b95e8ffde828d788
Author: Yikun Jiang <yikunk...@gmail.com>
AuthorDate: Tue May 17 13:16:04 2022 +0900

    [SPARK-39205][PYTHON][PS][INFRA] Add `PANDAS API ON SPARK` label
    
    ### What changes were proposed in this pull request?
    Add `PANDAS API ON SPARK` label
    
    ### Why are the changes needed?
    Add `PANDAS API ON SPARK` label
    
    ### Does this PR introduce _any_ user-facing change?
    No
    
    ### How was this patch tested?
    CI passed
    
    Closes #36574 from Yikun/PS-label.
    
    Authored-by: Yikun Jiang <yikunk...@gmail.com>
    Signed-off-by: Hyukjin Kwon <gurwls...@apache.org>
---
 .github/labeler.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/labeler.yml b/.github/labeler.yml
index b3f33cf9116..16d777e1997 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -130,6 +130,8 @@ STRUCTURED STREAMING:
 PYTHON:
   - "bin/pyspark*"
   - "**/python/**/*"
+PANDAS API ON SPARK:
+  - "python/pyspark/pandas/**/*"
 R:
   - "**/r/**/*"
   - "**/R/**/*"


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

Reply via email to