I have an sql query within impala select * from table
but when I execute this certain columns are missing .
Whereas when I do describe table
those columns are there.
I cannot show the snippet but the types not showing up are maps,arrays, and structs.