GitHub user dongjoon-hyun opened a pull request:
https://github.com/apache/spark/pull/19907
[SPARK-22712][SQL] Use `buildReaderWithPartitionValues` in native
OrcFileFormat
## What changes were proposed in this pull request?
To support vectorization in native OrcFileFormat later, we need to use
`buildReaderWithPartitionValues` instead of `buildReader` like
ParquetFileFormat. This PR replaces `buildReader` with
`buildReaderWithPartitionValues`.
## How was this patch tested?
Pass the Jenkins with the existing test cases.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dongjoon-hyun/spark SPARK-ORC-BUILD-READER
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/19907.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 #19907
----
commit 199c835d429e16108f4d45730c66512b2889d150
Author: Dongjoon Hyun <[email protected]>
Date: 2017-12-06T08:42:22Z
[SPARK-22712][SQL] Use `buildReaderWithPartitionValues` in native
OrcFileFormat
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]