HyukjinKwon commented on PR #36161:
URL: https://github.com/apache/spark/pull/36161#issuecomment-1102504046
I think you can just file a JIRA to upgrade the Python version in the CI,
and just remove
```
@classmethod
@property
def builder(cls):
"""A class attribute having a :class:`Builder` to construct
:class:`SparkSession` instances."""
return cls.Builder()
```
for now. We will likely bring it back before Spark 3.4.0 release in any
event. Your 3. works too.
--
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]