You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hive.apache.org by ram kumar <ra...@gmail.com> on 2015/08/04 21:15:04 UTC

Does Struct inside Struct works?

CREATE EXTERNAL TABLE pick (
        ud STRING,
        pi ARRAY
           <STRUCT<
             count ARRAY
                <STRUCT<
                 >>
            >>
)
ROW FORMAT SERDE 'com.proofpoint.hive.serde.JsonSerde'
LOCATION 's3n://';