Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
3.0.0
-
None
-
None
Description
Array indexing is 1-based in PostgreSQL: https://www.postgresql.org/docs/12/arrays.html
The array subscript numbers are written within square brackets. By default PostgreSQL uses a one-based numbering convention for arrays, that is, an array of n elements starts with array[1] and ends with array[_{{n}}_].
Attachments
Issue Links
- relates to
-
SPARK-46374 Array Indexing is 1-based via ANSI SQL Standard
- Open