Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-50672][PYTHON][TESTS] Make
openpyxl
optional in PySpark Tests
### What changes were proposed in this pull request? Make `openpyxl` optional in PySpark Tests ### Why are the changes needed? `openpyxl` is an optional dependency of pandas, also optional to pyspark the test should not fail without it. ### Does this PR introduce _any_ user-facing change? no, test only ### How was this patch tested? manually check ### Was this patch authored or co-authored using generative AI tooling? no Closes #49294 from zhengruifeng/optional_openpyxl. Authored-by: Ruifeng Zheng <ruifengz@apache.org> Signed-off-by: Ruifeng Zheng <ruifengz@apache.org>
- Loading branch information