dongjoon-hyun commented on code in PR #44251:
URL: https://github.com/apache/spark/pull/44251#discussion_r1420025354


##########
python/pyspark/errors_doc_gen.py:
##########
@@ -43,7 +43,7 @@ def generate_errors_doc(output_rst_file_path: str) -> None:
 
 This is a list of common, named error classes returned by PySpark which are 
defined at `error_classes.py 
<https://github.com/apache/spark/blob/master/python/pyspark/errors/error_classes.py>`_.
 
-When writing PySpark errors, developers must use an error class from the list. 
If an appropriate error class is not available, add a new one into the list. 
For more information, please refer to `Contributing Error and Exception 
<https://spark.apache.org/docs/latest/api/python/development/contributing.html#contributing-error-and-exception>`_.
+When writing PySpark errors, developers must use an error class from the list. 
If an appropriate error class is not available, add a new one into the list. 
For more information, please refer to `Contributing Error and Exception 
<contributing.rst#contributing-error-and-exception>`_.

Review Comment:
   Just a question. Did you generate the document with this PR, @itholic ?



-- 
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-unsubscr...@spark.apache.org

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


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

Reply via email to