[ 
https://issues.apache.org/jira/browse/PARQUET-195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14345549#comment-14345549
 ] 

gpolaert commented on PARQUET-195:
----------------------------------

I've just patched the 1.5.0 branch for my own purposes; it's the same thing 
with the master and 1.6.0rc4 branches . I don't have my code right now but the 
exception comes from 
[PigSchemaConverter|https://github.com/apache/incubator-parquet-mr/blob/parquet-1.6.0rc4/parquet-pig/src/main/java/parquet/pig/PigSchemaConverter.java#L238]
 class  (line 238).

The patch simply return a DataType.BYTEARRAY instead an exception.

> parquet-pig should not throw an exception reading a timestamp from impala file
> ------------------------------------------------------------------------------
>
>                 Key: PARQUET-195
>                 URL: https://issues.apache.org/jira/browse/PARQUET-195
>             Project: Parquet
>          Issue Type: Bug
>            Reporter: gpolaert
>            Priority: Blocker
>
> Hi, I need to load impala table with timestamp columns with pig. I think 
> loading timestamp cols is still a NYI feature. Waiting for 
> [#218|https://github.com/Parquet/parquet-mr/issues/218] TBD, pig-parquet 
> should not throw an exception but at least should bind Int96 into a bytearray 
> (users can write their own UDF to convert it into pig datetime type). 
> Is there anyone working on that?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to