HyukjinKwon commented on a change in pull request #30846:
URL: https://github.com/apache/spark/pull/30846#discussion_r547618715
##########
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:
@yaooqinn, I think you had to try with fully qualified name like
`[[org.apache.spark.sql.AnalysisException]]` because regular classes should be
able to use in Unidoc, but not `trait`s. in general.
There are still a bit of buggy behaviours in Unidoc even for the regular
classes. In this case, you can use ` ``AnalysisException`` `.
----------------------------------------------------------------
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]