xinrong-databricks commented on code in PR #36267: URL: https://github.com/apache/spark/pull/36267#discussion_r857883977
########## 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: Good idea! Indentation is adjusted. -- 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]
