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

dongjoon 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 8ce3dba73c3e [SPARK-54662][PYTHON] Add `viztracer` and `debugpy` in 
`dev/requirements.txt`
8ce3dba73c3e is described below

commit 8ce3dba73c3ee3dd43a8a0bf1950cb6db48b1938
Author: Ruifeng Zheng <[email protected]>
AuthorDate: Wed Dec 10 08:30:36 2025 -0800

    [SPARK-54662][PYTHON] Add `viztracer` and `debugpy` in 
`dev/requirements.txt`
    
    ### What changes were proposed in this pull request?
    Add `viztracer` and `debugpy` in `dev/requirements.txt`
    
    ### Why are the changes needed?
    for code contributors, the new packages will be installed in `pip install 
-r dev/requirements.txt`
    
    ### Does this PR introduce _any_ user-facing change?
    no, dev-only
    
    ### How was this patch tested?
    manually check `pip install -r dev/requirements.txt`
    
    ### Was this patch authored or co-authored using generative AI tooling?
    no
    
    Closes #53419 from zhengruifeng/req_debug.
    
    Authored-by: Ruifeng Zheng <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 dev/requirements.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev/requirements.txt b/dev/requirements.txt
index cde0957715bf..cdd2c2392d3b 100644
--- a/dev/requirements.txt
+++ b/dev/requirements.txt
@@ -75,6 +75,8 @@ grpc-stubs==1.24.11
 # Debug for Spark and Spark Connect
 graphviz==0.20.3
 flameprof==0.4
+viztracer
+debugpy
 
 # TorchDistributor dependencies
 torch


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to