itholic opened a new pull request #33128: URL: https://github.com/apache/spark/pull/33128
### What changes were proposed in this pull request? This PR proposes removing the legacy Koalas version from pandas API on Spark package. And also remove the Python version check logic since now pandas-on-Spark should follow the PySpark's Python version. ### Why are the changes needed? Since Koalas is ported into PySpark, we don't need to keep the version logic for Koalas. ### Does this PR introduce _any_ user-facing change? No, it's dev-only. ### How was this patch tested? Manually built the package and see it's successfully done. -- 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]
