HyukjinKwon opened a new pull request, #48831: URL: https://github.com/apache/spark/pull/48831
### What changes were proposed in this pull request? This PR proposes to avoid using `@classmethod` and `@property` combination in Python Connect client ### Why are the changes needed? In order to fix up the test failure at https://github.com/apache/spark/actions/runs/11804766326/job/32885813371. https://docs.python.org/3.13/library/functions.html#classmethod Seems like this combination was deprecated in Python 3.11, and removed in 3.13. ### Does this PR introduce _any_ user-facing change? Yes, it properly supports Python 3.13 with Python Connect client. ### How was this patch tested? Manually tested locally. ### 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]
