You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "pan3793 (via GitHub)" <gi...@apache.org> on 2023/07/25 03:39:44 UTC

[GitHub] [spark] pan3793 commented on a diff in pull request #42128: [SPARK-44525][SQL] Improve error message when Invoke method is not found

pan3793 commented on code in PR #42128:
URL: https://github.com/apache/spark/pull/42128#discussion_r1272962703


##########
sql/catalyst/src/main/scala/org/apache/spark/sql/errors/QueryExecutionErrors.scala:
##########
@@ -465,6 +465,20 @@ private[sql] object QueryExecutionErrors extends QueryErrorsBase {
       s"""A method named "$name" is not declared in any enclosing class nor any supertype""")
   }
 
+  def methodNotFoundError(

Review Comment:
   I searched the codebase, seems `Invoke` `StaticInvoke` is only used internally, let me convert it to `internalError` as you suggested.



-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org