[
https://issues.apache.org/jira/browse/PARQUET-70?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14622600#comment-14622600
]
Cheng Lian commented on PARQUET-70:
-----------------------------------
Just remove the "incubator-" part of the URL:
https://github.com/apache/parquet-mr/issues/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.3.4#6332)