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

[jira] Resolved: (HIVE-500) select from newly created table will fail

     [ https://issues.apache.org/jira/browse/HIVE-500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Namit Jain resolved HIVE-500.
-----------------------------

       Resolution: Duplicate
    Fix Version/s: 0.4.0
     Hadoop Flags: [Reviewed]

DUPLICATE OF 507

> select from newly created table will fail
> -----------------------------------------
>
>                 Key: HIVE-500
>                 URL: https://issues.apache.org/jira/browse/HIVE-500
>             Project: Hadoop Hive
>          Issue Type: Bug
>            Reporter: Zheng Shao
>            Assignee: He Yongqiang
>             Fix For: 0.4.0
>
>         Attachments: hive-500-2009-05-21.patch, hive-500-2009-05-23.patch
>
>
> The bug can be reproduced by:
> {code}
> create table zshao_int (a int);
> select 1 from zshao_int;
> {code}
> The problem is that the directory for the table does not exist yet, but FileInputFormat.getSplits will fail in case the directory does not exist.

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