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/18 22:44:12 UTC

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

Gary Colman created HIVE-3818:
---------------------------------

             Summary: 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
            Priority: Trivial


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