garawalid commented on pull request #32036:
URL: https://github.com/apache/spark/pull/32036#issuecomment-813342203
@HyukjinKwon @zero323
I agree with both of you, the name of the API should be unique.
I'd like to point out that using dashes in the name API will force us to
import the package with `import_module`:
```python
# from pyspark.pandas-on-spark import api -> It doesn't work
api = import_module('pyspark.pandas-on-spark.api')
```
Also, we should follow the [PEP8 module naming
convention](https://www.python.org/dev/peps/pep-0008/#package-and-module-names).
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]