Created 07-24-2018 01:14 PM
Created 07-24-2018 01:15 PM
got the above error while select the records from hive table.
Created 07-29-2018 04:50 AM
Hey @Sundar Lakshmanan!
Could you share with us the following output?
describe formatted <table_name>;
Usually, this happens to mismatched types or some data overflowing the datatype.
Are you able to do a simple query?
select * from <table_name> limit 10;
Hope this helps!
Created 12-14-2019 05:21 AM
No i cant view the result of this simple query