Support Questions

Find answers, ask questions, and share your expertise
Announcements
Now Live: Explore expert insights and technical deep dives on the new Cloudera Community BlogsRead the Announcement

ORC does not support type conversion from STRING to CHAR

avatar
Rising Star

Team,

Iam getting below error when i run select query

Error: java.io.IOException: java.io.IOException: ORC does not support type conversion from STRING to CHAR (state=,code=0)

Please let me know the solution

3 REPLIES 3

avatar
New Member

@suresh krish Please share your table schema( describe table table_name) and the select query

Regards,

Anubhav

avatar
Guru

@suresh krish

Have you recently tried to alter the table/column you are querying ? Also, how are you inserting data into your table

avatar
Rising Star