From ecd21436c00881c0a3ae7dc1e797bc4d5135064d Mon Sep 17 00:00:00 2001 From: ulysses-you Date: Fri, 20 Nov 2020 09:16:51 +0800 Subject: [PATCH] doc --- docs/sql-ref-ansi-compliance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sql-ref-ansi-compliance.md b/docs/sql-ref-ansi-compliance.md index be427fddbaf92..865b3fc440f12 100644 --- a/docs/sql-ref-ansi-compliance.md +++ b/docs/sql-ref-ansi-compliance.md @@ -114,7 +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. + - `parse_url`: This function throws `IllegalArgumentException` if an input string is not a valid url. ### SQL Operators