GitHub user dongjoon-hyun opened a pull request:

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

    [SPARK-22416][SQL] Move OrcOptions from `sql/hive` to `sql/core`

    ## What changes were proposed in this pull request?
    
    According to the 
[discussion|https://github.com/apache/spark/pull/19571#issuecomment-339472976] 
on SPARK-15474, we will add new OrcFileFormat in `sql/core` module and allow 
users to use both old and new OrcFileFormat.
    
    To do that, `OrcOptions` should be visible like `private[sql]` in 
`sql/core` module, too. Previously, it was `private[orc]` in `sql/hive`.
    
    ## How was this patch tested?
    
    Pass the Jenkins with the existing tests.

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

    $ git pull https://github.com/dongjoon-hyun/spark SPARK-22416

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

    https://github.com/apache/spark/pull/19636.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 #19636
    
----
commit c9ca3b665127eea105b277d36cf9f064216027e5
Author: Dongjoon Hyun <[email protected]>
Date:   2017-11-01T21:36:40Z

    [SPARK-22416][SQL] Move OrcOptions from `sql/hive` to `sql/core`

----


---

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

Reply via email to