itholic commented on code in PR #36267: URL: https://github.com/apache/spark/pull/36267#discussion_r857242373
########## python/docs/source/development/debugging.rst: ########## @@ -332,3 +332,273 @@ The UDF IDs can be seen in the query plan, for example, ``add1(...)#2L`` in ``Ar This feature is not supported with registered UDFs. + +Common Exceptions / Errors +-------------------------- + +PySpark SQL +~~~~~~~~~~~ + +- **AnalysisException** Review Comment: ```suggestion **AnalysisException** ``` Not strong feeling about this, but seems like the indentation is a bit unmatched with the contents below ?? ########## python/docs/source/development/debugging.rst: ########## @@ -332,3 +332,273 @@ The UDF IDs can be seen in the query plan, for example, ``add1(...)#2L`` in ``Ar This feature is not supported with registered UDFs. + +Common Exceptions / Errors +-------------------------- + +PySpark SQL +~~~~~~~~~~~ + +- **AnalysisException** + +AnalysisException is raised when failing to analyze a SQL query plan. Review Comment: ```suggestion ``AnalysisException`` is raised when failing to analyze a SQL query plan. ``` to highlight the name ? -- 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]
