GitHub user robbinspg opened a pull request:

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

    [SPARK-13745][SQL]Support columnar in memory representation on Big Endian 
platforms

    ## What changes were proposed in this pull request?
    
    parquet datasource and ColumnarBatch tests fail on big-endian platforms 
This patch adds support for the little-endian byte arrays being correctly 
interpreted on a big-endian platform
    
    
    ## How was this patch tested?
    
    Spark test builds ran on big endian z/Linux and regression build on little 
endian amd64
    
    
    


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

    $ git pull https://github.com/robbinspg/spark-1 master

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

    https://github.com/apache/spark/pull/12397.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 #12397
    
----
commit 1fc048385fb0fea93eef85f614586448a3ea7c2a
Author: Pete Robbins <robbin...@gmail.com>
Date:   2016-04-14T13:50:34Z

    Support columnar in memory representation on Big Endian platforms

----


---
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

Reply via email to