[ https://issues.apache.org/jira/browse/HIVE-5845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13826577#comment-13826577 ]
Remus Rusanu commented on HIVE-5845: ------------------------------------ The VectorFileSinkOperator uses an optimized path for the VectorizedSerde which creates OrcStruct values, but attaches to it the Standard input object inspector. When it comes to consume this value/inspector combo, the code bombs as the inspector is not actually appropriate to crack an OrcStruct > CTAS failed on vectorized code path > ----------------------------------- > > Key: HIVE-5845 > URL: https://issues.apache.org/jira/browse/HIVE-5845 > Project: Hive > Issue Type: Bug > Reporter: Ashutosh Chauhan > Assignee: Remus Rusanu > > Following query fails: > create table store_sales_2 stored as orc as select * from alltypesorc; -- This message was sent by Atlassian JIRA (v6.1#6144)