You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Gary Colman (JIRA)" <ji...@apache.org> on 2012/12/19 20:23:13 UTC

[jira] [Updated] (HIVE-3818) Identify VOID datatype in generated table and notify the user accordingly

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

Gary Colman updated HIVE-3818:
------------------------------

    Status: Patch Available  (was: Open)
    
> Identify VOID datatype in generated table and notify the user accordingly
> -------------------------------------------------------------------------
>
>                 Key: HIVE-3818
>                 URL: https://issues.apache.org/jira/browse/HIVE-3818
>             Project: Hive
>          Issue Type: Improvement
>          Components: Serializers/Deserializers
>            Reporter: Gary Colman
>            Assignee: Gary Colman
>            Priority: Trivial
>         Attachments: Patch_to_throw_useful_error_msg_for_VOID_datatype_in_created_table.txt
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> When using rcfile as a datastore, generating a table from a select statement with a null field results in a void data type, and throws an exception (Internal error: no LazyObject for VOID).
> eg.
>   set hive.default.fileformat=RCFILE;
>   CREATE TABLE test_table AS SELECT NULL, key FROM src;
> Make the message to the user a little more intuitive.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira