You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "James Taylor (JIRA)" <ji...@apache.org> on 2016/09/11 05:58:20 UTC

[jira] [Created] (PHOENIX-3267) Replace use of SELECT null with CAST(null AS )

James Taylor created PHOENIX-3267:
-------------------------------------

             Summary: Replace use of SELECT null with CAST(null AS <type>)
                 Key: PHOENIX-3267
                 URL: https://issues.apache.org/jira/browse/PHOENIX-3267
             Project: Phoenix
          Issue Type: Sub-task
            Reporter: James Taylor


It appears that Calcite doesn't allow null as a SELECT expression. If this is difficult to change, we can change our tests to cast null to a given data type instead, like this: {{CAST(null AS VARCHAR)}}



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