We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 497015c commit ecd2143Copy full SHA for ecd2143
docs/sql-ref-ansi-compliance.md
@@ -114,7 +114,7 @@ The behavior of some SQL functions can be different under ANSI mode (`spark.sql.
114
- `element_at`: This function throws `ArrayIndexOutOfBoundsException` if using invalid indices.
115
- `element_at`: This function throws `NoSuchElementException` if key does not exist in map.
116
- `elt`: This function throws `ArrayIndexOutOfBoundsException` if using invalid indices.
117
- - `parse_url`: This function throws `IllegalArgumentException` if input string is not a valid url.
+ - `parse_url`: This function throws `IllegalArgumentException` if an input string is not a valid url.
118
119
### SQL Operators
120
0 commit comments