[ 
https://issues.apache.org/jira/browse/PARQUET-70?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Julien Le Dem resolved PARQUET-70.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.6.0

Issue resolved by pull request 36
[https://github.com/apache/incubator-parquet-mr/pull/36]

> PARQUET #36: Pig Schema Storage to UDFContext
> ---------------------------------------------
>
>                 Key: PARQUET-70
>                 URL: https://issues.apache.org/jira/browse/PARQUET-70
>             Project: Parquet
>          Issue Type: Bug
>            Reporter: Daniel Weeks
>            Priority: Critical
>             Fix For: 1.6.0
>
>
> https://github.com/apache/incubator-parquet-mr/pull/36
> The ParquetLoader was not storing the pig schema into the udfcontext for the 
> full load case which causes a schema reload on the task side, erases the 
> requested schema, and causes problems with column index access.
> This fix stores the pig schema to both the udfcontext (for task side init) 
> and jobcontext (for TupleReadSupport) along with other properties that should 
> be set in the loader context (required field list and column index access 
> toggle).



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to