[ https://issues.apache.org/jira/browse/SPARK-20728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16009939#comment-16009939 ]
Apache Spark commented on SPARK-20728: -------------------------------------- User 'dongjoon-hyun' has created a pull request for this issue: https://github.com/apache/spark/pull/17980 > 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-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org