GitHub user rxin opened a pull request:
https://github.com/apache/spark/pull/13889
[SQL][minor] Simplify data source predicate filter translation.
## What changes were proposed in this pull request?
This is a small patch to rewrite pieces of the predicate filter translation
in DataSourceStrategy. The original code was too excessive with functional
constructs (e.g. unzip) and was very difficult to understand.
## How was this patch tested?
Should be covered by existing tests.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rxin/spark simplify-predicate-filter
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/13889.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 #13889
----
commit e5f14c17d343d15699d4342e4048015c6b125a97
Author: Reynold Xin <[email protected]>
Date: 2016-06-24T08:40:16Z
[SQL][minor] Simplify data source predicate filter translation.
commit a16a13953f9c36a6c484f3a0ab2586cfb82b868a
Author: Reynold Xin <[email protected]>
Date: 2016-06-24T08:42:10Z
comment
----
---
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]