GitHub user dongjoon-hyun opened a pull request:
https://github.com/apache/spark/pull/17980
[SPARK-20728][SQL] Make ORCFileFormat configurable between sql/hive and
sql/core
## What changes were proposed in this pull request?
[SPARK-20682](https://issues.apache.org/jira/browse/SPARK-20682) is trying
to improve Apache Spark to have a new ORCFileFormat based on Apache ORC for
many reasons.
On top of that, this PR 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.
```
spark.read.orc(...)
```
```
CREATE TABLE t
USING ORC
...
```
Since SPARK-20682 (#17924 and #17943) are still under review, I'm
inevitably including the dependent code. I'll update this and previous PR
according to the review result. Also, in this PR, I updated
`ParquetReadBenchmark` to help reviewers understand the state-of-the-art status
of Apache Spark.
## 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-20728
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/17980.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 #17980
----
commit 77162342c66ee21f784b900d892a26739631c151
Author: Dongjoon Hyun <[email protected]>
Date: 2017-05-15T02:33:15Z
[SPARK-20728][SQL] Make ORCFileFormat configurable between sql/hive and
sql/core
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]