itholic opened a new pull request, #40722: URL: https://github.com/apache/spark/pull/40722
### What changes were proposed in this pull request? This PR proposes to remove the dependency on `grpcio` when remote session is not used for pandas API on Spark. ### Why are the changes needed? Pandas API on spark should be able to run without `grpcio` when using regular Spark session. ### Does this PR introduce _any_ user-facing change? No API change, but now users can use pandas API on Spark without installing any additional package when using regular Spark session. ### How was this patch tested? Manually test without installing `grpcio`. -- 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]
