GitHub user viirya opened a pull request:
https://github.com/apache/spark/pull/7228
[SPARK-8794][SQL] Make PrunedScan work for Sample
JIRA: https://issues.apache.org/jira/browse/SPARK-8794
Currently `PrunedScan` works only when followed by project or filter
operations. However, even if there is a `Sample` between these operations and
`PrunedScan`, `PrunedScan` should work too.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/viirya/spark-1 sample_prunedscan
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/7228.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 #7228
----
commit df827855714d3c0577a0a821a7c5dd33db0e0dee
Author: Liang-Chi Hsieh <[email protected]>
Date: 2015-07-05T15:44:03Z
Make PrunedScan work on Sample.
----
---
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]