forked from apache/spark
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-47691][SQL] Postgres: Support multi dimensional array on the w…
…rite side ### What changes were proposed in this pull request? This pull request adds support for writing our nested array to a Postgres multiple-dimensional array, but the read side has not yet been implemented. ### Why are the changes needed? improve pg datasource ### Does this PR introduce _any_ user-facing change? yes, we support `array(array(...))` types or so, while _LEGACY_ERROR_TEMP_2082 is raised before ### How was this patch tested? new tests ### Was this patch authored or co-authored using generative AI tooling? no Closes apache#45815 from yaooqinn/SPARK-47691. Authored-by: Kent Yao <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
- Loading branch information
1 parent
55b5ff6
commit 49b7b6b
Showing
3 changed files
with
42 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters