wForget commented on code in PR #47514:
URL: https://github.com/apache/spark/pull/47514#discussion_r1696168852
##########
sql/core/src/test/resources/sql-tests/analyzer-results/url-functions.sql.out:
##########
@@ -79,28 +79,28 @@ Project [url_encode(cast(null as string)) AS
url_encode(NULL)#x]
-- !query
select url_decode('https%3A%2F%2Fspark.apache.org')
-- !query analysis
-Project [url_decode(https%3A%2F%2Fspark.apache.org) AS
url_decode(https%3A%2F%2Fspark.apache.org)#x]
+Project [url_decode(https%3A%2F%2Fspark.apache.org, true) AS
url_decode(https%3A%2F%2Fspark.apache.org)#x]
Review Comment:
This also shows that the alias has not changed.
--
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]