You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Dmitry Sysolyatin (Jira)" <ji...@apache.org> on 2022/12/01 08:18:00 UTC

[jira] [Commented] (CALCITE-5159) ARRAY string constructor, and implicit cast from string literal (enabled in PostgreSQL conformance)

    [ https://issues.apache.org/jira/browse/CALCITE-5159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17641744#comment-17641744 ] 

Dmitry Sysolyatin commented on CALCITE-5159:
--------------------------------------------

[~julianhyde] Thanks for your review!

> ARRAY string constructor, and implicit cast from string literal (enabled in PostgreSQL conformance)
> ---------------------------------------------------------------------------------------------------
>
>                 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
>             Fix For: 1.33.0
>
>          Time Spent: 2h 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.10#820010)