You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Sergey Shelukhin (JIRA)" <ji...@apache.org> on 2016/08/24 21:05:22 UTC

[jira] [Created] (HIVE-14623) add CREATE TABLE FROM FILE command for self-describing formats

Sergey Shelukhin created HIVE-14623:
---------------------------------------

             Summary: add CREATE TABLE FROM FILE command for self-describing formats
                 Key: HIVE-14623
                 URL: https://issues.apache.org/jira/browse/HIVE-14623
             Project: Hive
          Issue Type: Bug
            Reporter: Sergey Shelukhin


For self-describing formats like ORC, it should be possible to create a table from a file without explicitly specifying the schema. It would be useful for debugging, but also for all kinds of ad-hoc activities with data (and I bet someone will also use it for ETL, sadly ;)). 
The schema should be established in metastore as the final schema for the table; it should not be an attached+derived schema, like for Avro.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)