Hi All,
I can't find any reasonable documentation about being able to use Serde's.
I have a JSONSerde which I use to create an external table
      
create external table scratch.json_serde_test (user_id bigint, details 
struct<request_type: int, more_details: struct<id :bigint> > ) row format serde 
'org.apache.hadoop.hive.contrib.serde2.JsonSerde' location 
'/user/ayon/jsonserde_test';

I can't get any select query to work. What is the syntax for select inside a 
struct?
 
-Ayon
See My Photos on Flickr
Also check out my Blog for answers to commonly asked questions.

Reply via email to