You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Muhammad Gelbana (JIRA)" <ji...@apache.org> on 2019/06/01 15:33:00 UTC

[jira] [Created] (CALCITE-3108) Babel parser should parse the PostgreSQL TEXT type

Muhammad Gelbana created CALCITE-3108:
-----------------------------------------

             Summary: Babel parser should parse the PostgreSQL TEXT type
                 Key: CALCITE-3108
                 URL: https://issues.apache.org/jira/browse/CALCITE-3108
             Project: Calcite
          Issue Type: Bug
          Components: babel, core
    Affects Versions: 1.19.0
            Reporter: Muhammad Gelbana
            Assignee: Muhammad Gelbana
             Fix For: 1.20.0


Casting to PostgreSQL TEXT (ie. VARCHAR) isn't currently supported. The following query would fail in parsing and execution.
{code:sql}SELECT EXPR$0::text FROM (VALUES (1, 2, 3)){code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)