You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2019/07/29 16:51:46 UTC

[GitHub] [incubator-iceberg] danielcweeks opened a new pull request #326: Fix pig partition/vavlue mapping

danielcweeks opened a new pull request #326: Fix pig partition/vavlue mapping
URL: https://github.com/apache/incubator-iceberg/pull/326
 
 
   Pig was using schema ordering of partition columns to map the partition values, which produces incorrect data if the order of columns in the partition spec are not consistent with the table schema.
   
   This patch updates the partition values mapping from DataFile to use the partition spec ordering. 
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org