This is an automated email from the ASF dual-hosted git repository.
ruifengz 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 2996e3012b50 [MINOR][PYTHON] Add `asv` in `dev/requirements.txt`
2996e3012b50 is described below
commit 2996e3012b50dffe7c6ceac012ce1b45c3e12f05
Author: Ruifeng Zheng <[email protected]>
AuthorDate: Fri Feb 27 12:35:46 2026 +0800
[MINOR][PYTHON] Add `asv` in `dev/requirements.txt`
### What changes were proposed in this pull request?
Add `asv` in `dev/requirements.txt`
### Why are the changes needed?
`asv` is used to run the benchmark locally
### 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 #54530 from zhengruifeng/require_asv.
Authored-by: Ruifeng Zheng <[email protected]>
Signed-off-by: Ruifeng Zheng <[email protected]>
---
dev/requirements.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev/requirements.txt b/dev/requirements.txt
index b6bf9a693c02..a219a017cf92 100644
--- a/dev/requirements.txt
+++ b/dev/requirements.txt
@@ -19,6 +19,7 @@ unittest-xml-reporting
openpyxl
# PySpark test dependencies (optional)
+asv
coverage
tabulate
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]