cloud-fan commented on code in PR #57637:
URL: https://github.com/apache/spark/pull/57637#discussion_r3704594258


##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/resolver/Resolver.scala:
##########
@@ -890,6 +853,30 @@ class Resolver(
 
 object Resolver {
 
+  /**
+   * Fails with [[MISSING_ATTRIBUTES]] because `operator` references 
attributes its child does not

Review Comment:
   `MISSING_ATTRIBUTES` is an error-condition key rather than a Scala 
declaration, so Scaladoc cannot resolve this link.
   
   ```suggestion
      * Fails with `MISSING_ATTRIBUTES` because `operator` references 
attributes its child does not
   ```



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

Reply via email to