You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Daniel Barclay (Drill) (JIRA)" <ji...@apache.org> on 2015/06/25 07:58:04 UTC

[jira] [Created] (DRILL-3369) Implement rest of SQL type CHARACTER (don't change to CHARACTER VARYING)

Daniel Barclay (Drill) created DRILL-3369:
---------------------------------------------

             Summary: Implement rest of SQL type CHARACTER (don't change to CHARACTER VARYING)
                 Key: DRILL-3369
                 URL: https://issues.apache.org/jira/browse/DRILL-3369
             Project: Apache Drill
          Issue Type: Bug
            Reporter: Daniel Barclay (Drill)


Standard SQL data type {{CHARACTER}} is not fully implemented.

One known missing piece is that (some) expressions of type {{CHARACTER}} end up being of type {{CHARACTER VARYING}} (e.g,. an expression {{CAST( ... as CHAR(...)}} ends up being of type {{CHARACTER VARYING}}.)




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)