[ 
https://issues.apache.org/jira/browse/HIVE-3818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13536946#comment-13536946
 ] 

Namit Jain commented on HIVE-3818:
----------------------------------

Can you create a phabricator entry ?
https://cwiki.apache.org/Hive/phabricatorcodereview.html


https://reviews.facebook.net/D7521
                
> 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

Reply via email to