Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.35.0
Description
Apache Spark map constructor is different than the standard SQL:
https://spark.apache.org/docs/3.4.0/api/sql/index.html#map
SELECT map(1.0, '2', 3.0, '4'); // {1.0:"2",3.0:"4"}
related PR that can help implement this: https://github.com/apache/calcite/pull/3141
Attachments
Issue Links
- is related to
-
CALCITE-5624 Add ARRAY function (enabled in Spark library)
-
- Closed
-
- links to