GitHub user RussellSpitzer opened a pull request:

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

    SPARK-12639 SQL Mark Filters Fully Handled By Sources with *

    In order to make it clear which filters are fully handled by the
    underlying datasource we will mark them with a *. This will give a
    clear visual queue to users that the filter is being treated differently
    by catalyst than filters which are just presented to the underlying
    DataSource.

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

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

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

    https://github.com/apache/spark/pull/10929.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 #10929
    
----
commit 40a75a4bd0075a42e4d28c849987c37d017c44c4
Author: Russell Spitzer <russell.spit...@gmail.com>
Date:   2016-01-26T22:39:38Z

    SPARK-12639 SQL Mark Filters Fully Handled By Sources with *
    
    In order to make it clear which filters are fully handled by the
    underlying datasource we will mark them with a *. This will give a
    clear visual queue to users that the filter is being treated differently
    by catalyst than filters which are just presented to the underlying
    DataSource.

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to