GitHub user dongjoon-hyun opened a pull request:
https://github.com/apache/spark/pull/19871
[SPARK-20728][SQL] Make OrcFileFormat configurable between sql/hive and
sql/core
## What changes were proposed in this pull request?
This PR 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.
```scala
spark.read.orc(...)
```
```sql
CREATE TABLE t
USING ORC
...
```
## How was this patch tested?
Pass the Jenkins with new test suites.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dongjoon-hyun/spark spark-sql-orc-enabled
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/19871.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 #19871
----
commit 37e240cf12ea7463c2e0ea56501b812e12745869
Author: Dongjoon Hyun <[email protected]>
Date: 2017-12-03T23:33:55Z
[SPARK-20728][SQL] Make ORCFileFormat configurable between sql/hive and
sql/core
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]