Hi All,
I am storing AVRO Data into HDFS whose schemas are complex ( With lots of nested Complex Types).
I am able to create the Hive Table without any Issues and when i run the Hive Query to describe the tables the Column data types (Struct) is getting displayed as expected.
How ever when i query for the column of a record type i am getting null as response even though there is data.
We are using HDP3.1
Thanks
Sateesh