[ 
https://issues.apache.org/jira/browse/SPARK-20728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wenchen Fan updated SPARK-20728:
--------------------------------
    Affects Version/s:     (was: 2.1.1)
                       2.3.0

> Make ORCFileFormat configurable between sql/hive and sql/core
> -------------------------------------------------------------
>
>                 Key: SPARK-20728
>                 URL: https://issues.apache.org/jira/browse/SPARK-20728
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 2.3.0
>            Reporter: Dongjoon Hyun
>            Assignee: Dongjoon Hyun
>             Fix For: 2.3.0
>
>
> SPARK-20682 is trying to improve Apache Spark to have a new ORCFileFormat 
> based on Apache ORC for many reasons.
> This issue depends on SPARK-20682 and aims to provide a configuration to 
> choose the default ORCFileFormat from legacy `sql/hive` module or new 
> `sql/core` module.
> For example, this configuration will affects the following operations.
> {code}
> spark.read.orc(...)
> {code}
> {code}
> CREATE TABLE t
> USING ORC
> ...
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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

Reply via email to