You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Xiao Li (JIRA)" <ji...@apache.org> on 2017/10/16 18:28:01 UTC

[jira] [Resolved] (SPARK-22282) Rename OrcRelation to OrcFileFormat and remove ORC_COMPRESSION

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

Xiao Li resolved SPARK-22282.
-----------------------------
       Resolution: Fixed
         Assignee: Dongjoon Hyun
    Fix Version/s: 2.3.0

> Rename OrcRelation to OrcFileFormat and remove ORC_COMPRESSION
> --------------------------------------------------------------
>
>                 Key: SPARK-22282
>                 URL: https://issues.apache.org/jira/browse/SPARK-22282
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 2.3.0
>            Reporter: Dongjoon Hyun
>            Assignee: Dongjoon Hyun
>            Priority: Minor
>             Fix For: 2.3.0
>
>
> This issue aims to replace `OrcRelation.ORC_COMPRESSION` with `org.apache.orc.OrcConf.COMPRESS`.
> Since SPARK-21422, we can use `OrcConf.COMPRESS` instead of Hive's.
> {code}
> // The references of Hive's classes will be minimized.
> val ORC_COMPRESSION = "orc.compress"
> {code}



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

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