GitHub user dongjoon-hyun opened a pull request:
https://github.com/apache/spark/pull/18953
[SPARK-20682][SQL] Implement new ORC data source based on Apache ORC
## What changes were proposed in this pull request?
Since #17924, #17943, and #17980 are a little large PRs, this is a
minimized version for next review excluding the followings. This PR still
include #18640. I will rebase after #18640 is merged.
- `OrcReadBenchmark.scala`
- `OrcColumnarBatchReader.scala`
- New ORC Test suites in `sql/core`
This PR shows new ORC datasource replaces the old ORC datasource
completely. After review, I will remove the change on old ORC datasource. We
will allow to choose one of them in #17980 .
## How was this patch tested?
Pass the Jenkins.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dongjoon-hyun/spark SPARK-20682-3
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/18953.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 #18953
----
commit 051ed1fd86ee1354d1e650b1cf51a41db2d83619
Author: Dongjoon Hyun <[email protected]>
Date: 2017-08-16T01:32:37Z
[SPARK-20682][SQL] Implement new ORC data source based on Apache ORC
----
---
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]