You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Zheng Shao (JIRA)" <ji...@apache.org> on 2009/05/20 23:08:45 UTC

[jira] Created: (HIVE-499) CAST(intcolumn as INT) is failing

CAST(intcolumn as INT) is failing
---------------------------------

                 Key: HIVE-499
                 URL: https://issues.apache.org/jira/browse/HIVE-499
             Project: Hadoop Hive
          Issue Type: Bug
            Reporter: Zheng Shao


The bug can be reproduced by:

{code}
CREATE TABLE zshao_int(a int);
select cast(a as int) from zshao_int;
{code}


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HIVE-499) CAST(intcolumn as INT) is failing

Posted by "Zheng Shao (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Zheng Shao updated HIVE-499:
----------------------------

        Fix Version/s: 0.4.0
    Affects Version/s: 0.4.0
               Status: Patch Available  (was: Open)

> CAST(intcolumn as INT) is failing
> ---------------------------------
>
>                 Key: HIVE-499
>                 URL: https://issues.apache.org/jira/browse/HIVE-499
>             Project: Hadoop Hive
>          Issue Type: Bug
>    Affects Versions: 0.4.0
>            Reporter: Zheng Shao
>            Assignee: Zheng Shao
>             Fix For: 0.4.0
>
>         Attachments: HIVE-499.1.patch
>
>
> The bug can be reproduced by:
> {code}
> CREATE TABLE zshao_int(a int);
> select cast(a as int) from zshao_int;
> {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (HIVE-499) CAST(intcolumn as INT) is failing

Posted by "Zheng Shao (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Zheng Shao reassigned HIVE-499:
-------------------------------

    Assignee: Zheng Shao

> CAST(intcolumn as INT) is failing
> ---------------------------------
>
>                 Key: HIVE-499
>                 URL: https://issues.apache.org/jira/browse/HIVE-499
>             Project: Hadoop Hive
>          Issue Type: Bug
>            Reporter: Zheng Shao
>            Assignee: Zheng Shao
>
> The bug can be reproduced by:
> {code}
> CREATE TABLE zshao_int(a int);
> select cast(a as int) from zshao_int;
> {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HIVE-499) CAST(intcolumn as INT) is failing

Posted by "Ashish Thusoo (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12711377#action_12711377 ] 

Ashish Thusoo commented on HIVE-499:
------------------------------------

+1. 

Looks good. Will commit once the tests pass.


> CAST(intcolumn as INT) is failing
> ---------------------------------
>
>                 Key: HIVE-499
>                 URL: https://issues.apache.org/jira/browse/HIVE-499
>             Project: Hadoop Hive
>          Issue Type: Bug
>    Affects Versions: 0.4.0
>            Reporter: Zheng Shao
>            Assignee: Zheng Shao
>             Fix For: 0.4.0
>
>         Attachments: HIVE-499.1.patch
>
>
> The bug can be reproduced by:
> {code}
> CREATE TABLE zshao_int(a int);
> select cast(a as int) from zshao_int;
> {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HIVE-499) CAST(intcolumn as INT) is failing

Posted by "Zheng Shao (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Zheng Shao updated HIVE-499:
----------------------------

    Attachment: HIVE-499.1.patch

Fixed the problem and added a test case.

> CAST(intcolumn as INT) is failing
> ---------------------------------
>
>                 Key: HIVE-499
>                 URL: https://issues.apache.org/jira/browse/HIVE-499
>             Project: Hadoop Hive
>          Issue Type: Bug
>    Affects Versions: 0.4.0
>            Reporter: Zheng Shao
>            Assignee: Zheng Shao
>             Fix For: 0.4.0
>
>         Attachments: HIVE-499.1.patch
>
>
> The bug can be reproduced by:
> {code}
> CREATE TABLE zshao_int(a int);
> select cast(a as int) from zshao_int;
> {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HIVE-499) CAST(intcolumn as INT) is failing

Posted by "Ashish Thusoo (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ashish Thusoo updated HIVE-499:
-------------------------------

      Resolution: Fixed
    Hadoop Flags: [Reviewed]
          Status: Resolved  (was: Patch Available)

committed. Thanks Zheng!!


> CAST(intcolumn as INT) is failing
> ---------------------------------
>
>                 Key: HIVE-499
>                 URL: https://issues.apache.org/jira/browse/HIVE-499
>             Project: Hadoop Hive
>          Issue Type: Bug
>    Affects Versions: 0.4.0
>            Reporter: Zheng Shao
>            Assignee: Zheng Shao
>             Fix For: 0.4.0
>
>         Attachments: HIVE-499.1.patch
>
>
> The bug can be reproduced by:
> {code}
> CREATE TABLE zshao_int(a int);
> select cast(a as int) from zshao_int;
> {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.