Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
According to the documentation https://www.postgresql.org/docs/current/arrays.html
Postgres dialect should support implicit cast from string literal to array literal:
SELECT ARRAY[1,2,3] = '{1,2,3}'
Attachments
Issue Links
- relates to
-
CALCITE-5147 Allow DATE, TIME, TIMESTAMP, INTERVAL literals in BigQuery dialect
-
- Closed
-
- links to