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

Namit Jain updated HIVE-3818:
-----------------------------

    Status: Open  (was: Patch Available)

comments on phabricator
                
> 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