GitHub user liancheng opened a pull request:

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

    [SPARK-10301] [SPARK-10428] Backports PR #8509 to branch-1.5

    We used to workaround SPARK-10301 with a quick fix in branch-1.5 (PR 
#8515), but it doesn't cover the case described in SPARK-10428. So this PR 
backports PR #8509, which had once been considered too big a change to be 
merged into branch-1.5 in the last minute, to fix both SPARK-10301 and 
SPARK-10428 for Spark 1.5. Also added more test cases for SPARK-10428.
    
    This PR looks big, but the essential change is only ~200 loc. All other 
changes are for testing. Especially, PR #8454 is also backported here because 
the `ParquetInteroperabilitySuite` introduced in PR #8515 depends on it. This 
should be safe since #8454 only touches testing code.

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

    $ git pull https://github.com/liancheng/spark spark-10301/for-1.5

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

    https://github.com/apache/spark/pull/8583.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 #8583
    
----
commit c2a61775f65f27f6a5a87c4d6003b299355b7ec0
Author: Cheng Lian <[email protected]>
Date:   2015-09-03T09:54:22Z

    Backports PR #8509 to branch-1.5

----


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to