From 2202ca4bb4294083691e1af774f167f87404ae40 Mon Sep 17 00:00:00 2001 From: ulysses Date: Wed, 18 Nov 2020 12:13:25 +0800 Subject: [PATCH] doc --- docs/sql-ref-ansi-compliance.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sql-ref-ansi-compliance.md b/docs/sql-ref-ansi-compliance.md index 41921265b7c70..be427fddbaf92 100644 --- a/docs/sql-ref-ansi-compliance.md +++ b/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. ### SQL Operators