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 74b55ed4f87f [SPARK-46181][INFRA][FOLLOW-UP] Use a proper JSON syntax 
to pass PYTHON_TO_TEST
74b55ed4f87f is described below

commit 74b55ed4f87f18e2acf94e1a879efb386dbdf2a1
Author: Hyukjin Kwon <gurwls...@apache.org>
AuthorDate: Fri Dec 1 09:56:36 2023 +0900

    [SPARK-46181][INFRA][FOLLOW-UP] Use a proper JSON syntax to pass 
PYTHON_TO_TEST
    
    ### What changes were proposed in this pull request?
    
    This is a followup of https://github.com/apache/spark/pull/44088 that 
passes `PYTHON_TO_TEST` within quotes so they can be proper JSON string.
    
    ### Why are the changes needed?
    
    It fails for now (https://github.com/apache/spark/actions/runs/7048316281). 
Should recover
    
    ### Does this PR introduce _any_ user-facing change?
    
    No, test-only.
    
    ### How was this patch tested?
    
    Manually.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #44101 from HyukjinKwon/SPARK-46181-followup.
    
    Authored-by: Hyukjin Kwon <gurwls...@apache.org>
    Signed-off-by: Hyukjin Kwon <gurwls...@apache.org>
---
 .github/workflows/build_python.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build_python.yml 
b/.github/workflows/build_python.yml
index c821a7a28670..6fbbf441d5f9 100644
--- a/.github/workflows/build_python.yml
+++ b/.github/workflows/build_python.yml
@@ -39,7 +39,7 @@ jobs:
       hadoop: hadoop3
       envs: >-
         {
-          "PYTHON_TO_TEST": ${{ matrix.pyversion }}
+          "PYTHON_TO_TEST": "${{ matrix.pyversion }}"
         }
       jobs: >-
         {


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

Reply via email to