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 990039844fb2 [MINOR][PYTHON] Add `tabulate` in `dev/requirements.txt`
990039844fb2 is described below

commit 990039844fb2e7d6e13f8d111277474e11b38297
Author: Ruifeng Zheng <[email protected]>
AuthorDate: Fri Feb 6 10:43:23 2026 +0900

    [MINOR][PYTHON] Add `tabulate` in `dev/requirements.txt`
    
    ### What changes were proposed in this pull request?
    Add `tabulate` in `dev/requirements.txt`
    
    ### Why are the changes needed?
    `tabulate` is used to generate markdown format golden file
    
    ### Does this PR introduce _any_ user-facing change?
    no, dev-only
    
    ### How was this patch tested?
    ci
    
    ### Was this patch authored or co-authored using generative AI tooling?
    no
    
    Closes #54166 from zhengruifeng/nit_install_t.
    
    Authored-by: Ruifeng Zheng <[email protected]>
    Signed-off-by: Hyukjin Kwon <[email protected]>
---
 dev/requirements.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev/requirements.txt b/dev/requirements.txt
index 0ffb600b2fe0..a06a1e64809b 100644
--- a/dev/requirements.txt
+++ b/dev/requirements.txt
@@ -20,6 +20,7 @@ openpyxl
 
 # PySpark test dependencies (optional)
 coverage
+tabulate
 
 # Linter
 ruff==0.14.8


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

Reply via email to