GitHub user RussellSpitzer opened a pull request:

    https://github.com/apache/spark/pull/10655

    SPARK-12639 SQL Improve Explain for Datasources with Handled Predicates

    SPARK-11661 Makes all predicates pushed down to underlying Datasources
    regardless of whether the source can handle them or not. This makes the
    explain command slightly confusing as it will always list all filters
    whether or not the underlying source can actually use them. Instead
    now we should only list those filters which are expressly handled by the
    underlying source.
    
    All predicates are pushed down so there really isn't any value in listing 
them.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/RussellSpitzer/spark SPARK-12639

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/10655.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 #10655
    
----
commit 42cc0e76148c39d84a5635058698262862a60e6f
Author: Russell Spitzer <[email protected]>
Date:   2016-01-08T01:33:59Z

    SPARK-12639: Improve Explain for Datasources with Handled Predicates
    
    SPARK-11661 Makes all predicates pushed down to underlying Datasources
    regardless of whether the source can handle them or not. This makes the
    explain command slightly confusing as it will always list all filters
    whether or not the underlying source can actually use them. Instead
    now we should only list those filters which are expressly handled by the
    underlying source.

----


---
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]

Reply via email to