Skip to content

Commit 2202ca4

Browse files
committed
doc
1 parent a408734 commit 2202ca4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/sql-ref-ansi-compliance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ The behavior of some SQL functions can be different under ANSI mode (`spark.sql.
114114
- `element_at`: This function throws `ArrayIndexOutOfBoundsException` if using invalid indices.
115115
- `element_at`: This function throws `NoSuchElementException` if key does not exist in map.
116116
- `elt`: This function throws `ArrayIndexOutOfBoundsException` if using invalid indices.
117+
- `parse_url`: This function throws `IllegalArgumentException` if input string is not a valid url.
117118

118119
### SQL Operators
119120

0 commit comments

Comments
 (0)