Dmitry Sysolyatin created CALCITE-5159:
------------------------------------------
Summary: PG dialect should support implicit cast from string to
array
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
According to the documentation
[https://www.postgresql.org/docs/current/arrays.html]
Postgres dialect should support implicit cast from string to array:
{code:java}
SELECT ARRAY[1,2,3] = '{1,2,3}'
{code}
--
This message was sent by Atlassian Jira
(v8.20.7#820007)