GitHub user HyukjinKwon opened a pull request:

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

    [SPARK-14917][SQL] Enable some ORC compressions tests for writing

    ## What changes were proposed in this pull request?
    
    https://issues.apache.org/jira/browse/SPARK-14917
    
    As it is described in the JIRA, it seems Hive 1.2.1 which Spark uses now 
supports snappy and none.
    
    So, this PR enables some tests for writing ORC files with compression 
codes, `SNAPPY` and `NONE`.
    
    
    ## How was this patch tested?
    
    Unittests in `OrcQuerySuite` and `sbt scalastyle`.

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

    $ git pull https://github.com/HyukjinKwon/spark SPARK-14917

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

    https://github.com/apache/spark/pull/12699.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 #12699
    
----
commit 012674b7f7a899f220ceab60a8ef17ca8aeeb570
Author: hyukjinkwon <[email protected]>
Date:   2016-04-26T10:48:28Z

    Enable Snappy and None compression tests in ORC

commit 666da8b9c28cede8aba0d0557cbe55b42e74eedd
Author: hyukjinkwon <[email protected]>
Date:   2016-04-26T10:56:10Z

    Simplify the test logics

----


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