ulysses-you commented on a change in pull request #30399:
URL: https://github.com/apache/spark/pull/30399#discussion_r527332149



##########
File path: docs/sql-ref-ansi-compliance.md
##########
@@ -114,6 +114,7 @@ The behavior of some SQL functions can be different under 
ANSI mode (`spark.sql.
   - `element_at`: This function throws `ArrayIndexOutOfBoundsException` if 
using invalid indices. 
   - `element_at`: This function throws `NoSuchElementException` if key does 
not exist in map. 
   - `elt`: This function throws `ArrayIndexOutOfBoundsException` if using 
invalid indices.
+  - `parse_url`: This function throws `IllegalArgumentException` if input 
string is not a valid url.

Review comment:
       Sorry missed here. Updated !




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

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