Skip to content

Commit ecd2143

Browse files
committed
doc
1 parent 497015c commit ecd2143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sql-ref-ansi-compliance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +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.
117+
- `parse_url`: This function throws `IllegalArgumentException` if an input string is not a valid url.
118118

119119
### SQL Operators
120120

0 commit comments

Comments
 (0)