Guillaume Massé created CALCITE-5628:
----------------------------------------
Summary: Cannot parse map function for Spark Dialect
Key: CALCITE-5628
URL: https://issues.apache.org/jira/browse/CALCITE-5628
Project: Calcite
Issue Type: Bug
Components: core
Affects Versions: 1.34.0
Reporter: Guillaume Massé
Similar to CALCITE-5624
AtomicRowExpression should not have MapConstructor for Apache Spark. Maps are
constructed by calling the map function
(https://spark.apache.org/docs/latest/api/sql/index.html#map).
{code:java}
map()
map(1.0, '2', 3.0, '4');{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)