You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Dongjoon Hyun (JIRA)" <ji...@apache.org> on 2017/05/12 22:42:04 UTC

[jira] [Updated] (SPARK-20728) Make ORCFileFormat configurable between sql/hive and sql/core

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

Dongjoon Hyun updated SPARK-20728:
----------------------------------
    Issue Type: Improvement  (was: New Feature)

> 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.1.1
>            Reporter: Dongjoon Hyun
>
> 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.3.15#6346)

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