create table nestedcomplex ( simple_int int, max_nested_array array>>>>>>>>>>>>>>>>>>>>>>, max_nested_map array>>>>>>>>>>>>>>>>>>>>>, max_nested_struct array>>>>>>>>>>>>>>>>>>>>>>, simple_string string) ; -- This should fail in as extended nesting levels are not enabled using the serdeproperty hive.serialization.extend.nesting.levels load data local inpath '../../data/files/nested_complex.txt' overwrite into table nestedcomplex; select * from nestedcomplex sort by simple_int;