yaooqinn commented on a change in pull request #30846:
URL: https://github.com/apache/spark/pull/30846#discussion_r547624822



##########
File path: 
sql/catalyst/src/main/scala/org/apache/spark/sql/QueryCompilationErrors.scala
##########
@@ -31,7 +31,7 @@ import org.apache.spark.sql.types.{AbstractDataType, 
DataType, StructType}
 
 /**
  * Object for grouping all error messages of the query compilation.
- * Currently it includes all [[AnalysisException]]s.
+ * Currently it includes all AnalysisExceptions.

Review comment:
       Yes I had tested the full class name.
   
   I used AnalysisException directly w/o `` because it was AnalysisException 
before it changed to [[AnalysisException]]. I also believe `AnalysisException` 
is better




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to