GitHub user marmbrus opened a pull request:
https://github.com/apache/spark/pull/3260
[SPARK-4394][SQL] Data Sources API Improvements
This PR adds two features to the data sources API:
- Support for pushing down `IN` filters
- The ability for relations to optionally provide information about their
`sizeInBytes`.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/marmbrus/spark sourcesImprovements
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/3260.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 #3260
----
commit 2a04ab3deaa989738ef77b9e70dd00bba6ae4d1e
Author: Michael Armbrust <[email protected]>
Date: 2014-11-14T00:59:46Z
Simplify implementation of InSet.
commit 416f167cb58edc088c449ea65f327fe4f8ed9e74
Author: Michael Armbrust <[email protected]>
Date: 2014-11-14T01:00:36Z
Support for IN in data sources API.
commit 99c0e6b1672ed8ec6fb40d9f90f887592b7eac46
Author: Michael Armbrust <[email protected]>
Date: 2014-11-14T01:01:02Z
Add support for sizeInBytes.
commit 9a5e17166c5f8c75f067846ec5f515db0857f1ea
Author: Michael Armbrust <[email protected]>
Date: 2014-11-14T01:03:23Z
Use method instead of configuration directly
----
---
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]