[GitHub] spark pull request #16791: [SPARK-19409][SPARK-17213] Cleanup Parquet workar...

2017-02-06 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/spark/pull/16791


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark pull request #16791: [SPARK-19409][SPARK-17213] Cleanup Parquet workar...

2017-02-03 Thread liancheng
GitHub user liancheng opened a pull request:

https://github.com/apache/spark/pull/16791

[SPARK-19409][SPARK-17213] Cleanup Parquet workarounds/hacks due to bugs of 
old Parquet versions

## What changes were proposed in this pull request?

We've already upgraded parquet-mr to 1.8.2. This PR does some further 
cleanup by removing a workaround of PARQUET-686 and a hack due to PARQUET-363 
and PARQUET-278. All three Parquet issues are fixed in parquet-mr 1.8.2.

## How was this patch tested?

Existing unit tests.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/liancheng/spark parquet-1.8.2-cleanup

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/spark/pull/16791.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #16791


commit 5d97b39d2c196ba30a5eaa0c5e782f6c115668fc
Author: Cheng Lian 
Date:   2017-01-23T21:05:44Z

Upgrade Parquet to 1.8.2-rc1




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org