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


##########
sql/core/src/test/resources/sql-tests/analyzer-results/sql-udf.sql.out:
##########
@@ -2995,7 +2995,16 @@ 
org.apache.spark.sql.catalyst.analysis.FunctionAlreadyExistsException
 -- !query
 CREATE FUNCTION foo3_3at(x INT) RETURNS TABLE (a DOUBLE) RETURN SELECT 1 / x
 -- !query analysis
-CreateSQLFunctionCommand spark_catalog.default.foo3_3at, x INT, a DOUBLE, 
SELECT 1 / x, true, false, false, false
+org.apache.spark.sql.catalyst.analysis.FunctionAlreadyExistsException

Review Comment:
   hmm is this really expected?



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