Yikun commented on code in PR #37820: URL: https://github.com/apache/spark/pull/37820#discussion_r965427075
########## python/pyspark/pandas/missing/frame.py: ########## @@ -30,8 +30,8 @@ def _unsupported_property(property_name, deprecated=False, reason=""): class _MissingPandasLikeDataFrame: - # NOTE: Please update the document "Supported pandas APIs" when implementing the new API. - # Documentation path: `python/docs/source/user_guide/pandas_on_spark/supported_pandas_api.rst`. + # NOTE: Please update the pandas-on-Spark reference toc when implementing the new API. Review Comment: Thanks, just change to `document`, just because `documentation` makes line exceed more than 100.😂 -- 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]
