You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Pavan Kulkarni (JIRA)" <ji...@apache.org> on 2016/10/20 20:43:58 UTC

[jira] [Created] (KUDU-1716) CAST a STRING column to INT returns NULL

Pavan Kulkarni created KUDU-1716:
------------------------------------

             Summary: CAST a STRING column to INT returns NULL
                 Key: KUDU-1716
                 URL: https://issues.apache.org/jira/browse/KUDU-1716
             Project: Kudu
          Issue Type: Bug
          Components: supportability
    Affects Versions: 1.0.1
         Environment: Linux
            Reporter: Pavan Kulkarni


create a kudu table
create table test (id INT, name STRING)

select id, CAST(name as INT) from test;
returns id,NULL



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