You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "zhengruifeng (via GitHub)" <gi...@apache.org> on 2023/09/07 02:54:53 UTC

[GitHub] [spark] zhengruifeng commented on pull request #42745: [SPARK-45027][PYTHON] Hide internal functions/variables in `pyspark.sql.functions` from auto-completion

zhengruifeng commented on PR #42745:
URL: https://github.com/apache/spark/pull/42745#issuecomment-1709402723

   > I think you can remove `__all__` in this case.
   
   yeah, when we make sure all internal fields starts with `_`, the `__all__` is no longer needed, will update


-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org