[ https://issues.apache.org/jira/browse/HIVE-6565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13923523#comment-13923523 ]
Xuefu Zhang commented on HIVE-6565: ----------------------------------- Thanks, Branky. Regretfully, I still cannot figure out the integration problem that you were facing. However, HIVE-5278 is already fixed. It would be great if you can submit a patch for HIVE-6163. I'd be happy to review it. > OrcSerde should be added as NativeSerDe in SerDeUtils > ----------------------------------------------------- > > Key: HIVE-6565 > URL: https://issues.apache.org/jira/browse/HIVE-6565 > Project: Hive > Issue Type: Bug > Components: Serializers/Deserializers > Affects Versions: 0.12.0 > Reporter: Branky Shao > > If the table defined as ORC format, the columns info can be fetched from > StorageDescriptor, no need to get from SerDe. > And obviously, ORC is a Hive's native file format, therefore, OrcSerde should > be added as NativeSerDe in SerDeUtils. > The fix is fairly simple, just add single line in SerDeUtils : > nativeSerDeNames.add(org.apache.hadoop.hive.ql.io.orc.OrcSerde.class.getName()); > -- This message was sent by Atlassian JIRA (v6.2#6252)