zhengruifeng opened a new pull request, #49404:
URL: https://github.com/apache/spark/pull/49404
### What changes were proposed in this pull request?
Make pyspark-pandas module no longer depend on pyspark module
### Why are the changes needed?
in existing framework, `pyspark-pandas` depends on `pyspark`, so:
1, a PS-only PR will trigger the test of the whole pyspark (both PS and
non-PS);
2, in daily test `Build / Python-only (master, Python PS with old
dependencies)` cannot only test the PS part
### Does this PR introduce _any_ user-facing change?
no, infra-only
### How was this patch tested?
PR builder with
```
default: '{"pyspark-pandas": "true"}'
```
### Was this patch authored or co-authored using generative AI tooling?
no
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]