Yikun commented on PR #36465:
URL: https://github.com/apache/spark/pull/36465#issuecomment-1120110145
I'm fine with it. This is not mandatory but it's suggestion from pep8.
[1] https://peps.python.org/pep-0008/#function-and-method-arguments
```
# grep -R "@classmethod" **/*.py -A2 | grep self
python/pyspark/mllib/clustering.py- self,
python/pyspark/testing/sqlutils.py- def sqlType(self):
python/pyspark/testing/sqlutils.py- def sqlType(self):
```
Then, let's also fix other style error together.
--
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]