You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "Guillaume Massé (Jira)" <ji...@apache.org> on 2023/01/27 19:15:00 UTC

[jira] [Created] (CALCITE-5504) Array literals are unparsed incorrectly for the spark dialect

Guillaume Massé created CALCITE-5504:
----------------------------------------

             Summary: Array literals are unparsed incorrectly for the spark dialect
                 Key: CALCITE-5504
                 URL: https://issues.apache.org/jira/browse/CALCITE-5504
             Project: Calcite
          Issue Type: Bug
          Components: core
    Affects Versions: 1.32.0
            Reporter: Guillaume Massé


They should be in the form: array(1, 2, 3)
However, they are unparsed as ARRAY[1, 2, 3]
 
I would be happy to submit a fix,
Guillaume



--
This message was sent by Atlassian Jira
(v8.20.10#820010)