[
https://issues.apache.org/jira/browse/CALCITE-5504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Benchao Li resolved CALCITE-5504.
---------------------------------
Fix Version/s: 1.34.0
Resolution: Fixed
Fixed via
https://github.com/apache/calcite/commit/fb063e8d1191853c6208e30c601e38fb44d37db5
[~MasseGuillaume] Thanks for your contribution!
And thanks [~nobigo][~ZouDan] for the review!
> 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é
> Priority: Minor
> Labels: pull-request-available
> Fix For: 1.34.0
>
> Time Spent: 2h 50m
> Remaining Estimate: 0h
>
> They should be in the form: array(1, 2, 3)
> However, they are unparsed as ARRAY[1, 2, 3]
> https://spark.apache.org/docs/latest/api/sql/#array
>
> I would be happy to submit a fix,
> Guillaume
--
This message was sent by Atlassian Jira
(v8.20.10#820010)