Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Won't Fix
-
1.19.0
Description
Casting to PostgreSQL TEXT (ie. VARCHAR) isn't currently supported. The following query would fail in parsing and execution.
SELECT CAST(EXPR$0 AS text) FROM (VALUES (1, 2, 3))
Attachments
Issue Links
- is related to
-
CALCITE-3200 Add TEXT Data Type
- Open
- links to