GitHub user 10110346 opened a pull request:
https://github.com/apache/spark/pull/22802
[SPARK-25806][SQL][MINOR]The instanceof FileSplit is redundant for
ParquetFileFormat
## What changes were proposed in this pull request?
The instance of `FileSplit` is redundant for
`buildReaderWithPartitionValues`
in the `ParquetFileFormat` class.
## How was this patch tested?
Existing unit tests in `ParquetQuerySuite.scala`
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/10110346/spark FileSplitnotneed
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/22802.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 #22802
----
commit 52140fa64adb47047b2cb10377799a6b9fd3ab73
Author: liuxian <liu.xian3@...>
Date: 2018-10-23T06:43:51Z
fix
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]