You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sql-ref-ansi-compliance.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -255,7 +255,6 @@ The behavior of some SQL functions can be different under ANSI mode (`spark.sql.
255
255
The behavior of some SQL operators can be different under ANSI mode (`spark.sql.ansi.enabled=true`).
256
256
-`array_col[index]`: This operator throws `ArrayIndexOutOfBoundsException` if using invalid indices.
257
257
-`map_col[key]`: This operator throws `NoSuchElementException` if key does not exist in map.
258
-
-`GROUP BY`: aliases in a select list can not be used in GROUP BY clauses. Each column referenced in a GROUP BY clause shall unambiguously reference a column of the table resulting from the FROM clause.
0 commit comments