blob: aa3e74d50140c8e2500f6e8938ba43beb18fe54a [file] [log] [blame]
create table test_nested_struct( duplicateColumn struct<id:int, address:struct<number:int,street:string,number:int>>);