[
https://issues.apache.org/jira/browse/PIG-3558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13964465#comment-13964465
]
Mona Chitnis commented on PIG-3558:
-----------------------------------
[~daijy] When I run the unit tests in TestOrcStorage, they fail with NPE at
OrcUtils.java:69
{code}
public static Object convertOrcToPig(Object obj, ObjectInspector oi, boolean[]
includedColumns) {
Object result;
69 switch (oi.getCategory()) {
{code}
because the ObjectInspector oi which should have been initialized in
OrcStorage.setLocation() is still null.
Do you have an updated patch for passing unit tests?
> ORC support for Pig
> -------------------
>
> Key: PIG-3558
> URL: https://issues.apache.org/jira/browse/PIG-3558
> Project: Pig
> Issue Type: Improvement
> Components: impl
> Reporter: Daniel Dai
> Assignee: Daniel Dai
> Fix For: 0.13.0
>
> Attachments: PIG-3558-1.patch, PIG-3558-2.patch, PIG-3558-3.patch
>
>
> Adding LoadFunc and StoreFunc for ORC.
--
This message was sent by Atlassian JIRA
(v6.2#6252)