[
https://issues.apache.org/jira/browse/CALCITE-5159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17550257#comment-17550257
]
Julian Hyde commented on CALCITE-5159:
--------------------------------------
I added some more review comments. I also added a commit in
[julianhyde/5159-array-literal|https://github.com/julianhyde/calcite/tree/5159-array-literal]
(which fixes some of the comments and also incorporates BigQuery support from
CALCITE-4147); please take a look, and fix the remaining review comments.
> Postgres dialect should support implicit cast from string literal to array
> literal
> ----------------------------------------------------------------------------------
>
> Key: CALCITE-5159
> URL: https://issues.apache.org/jira/browse/CALCITE-5159
> Project: Calcite
> Issue Type: Improvement
> Components: core
> Reporter: Dmitry Sysolyatin
> Assignee: Dmitry Sysolyatin
> Priority: Major
> Labels: pull-request-available
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> According to the documentation
> [https://www.postgresql.org/docs/current/arrays.html]
> Postgres dialect should support implicit cast from string literal to array
> literal:
> {code:java}
> SELECT ARRAY[1,2,3] = '{1,2,3}'
> {code}
--
This message was sent by Atlassian Jira
(v8.20.7#820007)