explain create table abc(mydata uniontype,struct>, strct struct); create table abc(mydata uniontype,struct>, strct struct); load data local inpath '../data/files/union_input.txt' overwrite into table abc; SELECT * FROM abc;