ueshin opened a new pull request, #40764: URL: https://github.com/apache/spark/pull/40764
### What changes were proposed in this pull request? Splits `pyspark-pandas-connect` from `pyspark-connect` module. ### Why are the changes needed? Now that we have pandas API on Spark Connect, the tests for `pyspark-connect` module take long time: - before pandas API: about 40 mins - after pandas API: about 2-3 hours so we should split `pyspark-pandas-connect` from `pyspark-connect` module. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Existing tests. -- 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]
