cloud-fan commented on code in PR #41504: URL: https://github.com/apache/spark/pull/41504#discussion_r1222494154
########## core/src/main/resources/error/error-classes.json: ########## @@ -2082,6 +2117,11 @@ ], "sqlState" : "42704" }, + "UNRESOLVABLE_TABLE_VALUED_FUNCTION" : { + "message" : [ + "could not resolve `<name>` to a table-valued function. Please make sure that `<name>` is defined as a table-valued function and that all required parameters are provided correctly. If `<name>` is not defined, please create the table-valued function before using it. For more information about defining table-valued functions, please refer to the Apache Spark documentation." Review Comment: I think the caller side shall pass quoted identifiers, seems we don't need backticks in the error message. -- 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-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org