CREATE TABLE with STRUCT type
-----------------------------

                 Key: HIVE-777
                 URL: https://issues.apache.org/jira/browse/HIVE-777
             Project: Hadoop Hive
          Issue Type: New Feature
          Components: Query Processor
            Reporter: Zheng Shao


Currently we only support map/array in type definition.
We should support STRUCT as well.

{code}
CREATE TABLE abc (
  pageid INT,
  ads STRUCT<adid:INT,location:STRING>,
  userid: INT
);
{code}


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to