GitHub user rxin opened a pull request:

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

    [SPARK-20151][SQL] Account for partition pruning in scan metadataTime 
metrics

    ## What changes were proposed in this pull request?
    After SPARK-20136, we report metadata timing metrics in scan operator. 
However, that timing metric doesn't include one of the most important part of 
metadata, which is partition pruning. This patch adds that time measurement to 
the scan metrics.
    
    ## How was this patch tested?
    N/A - I tried adding a test in SQLMetricsSuite but it was extremely 
convoluted to the point that I'm not sure if this is worth it.

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

    $ git pull https://github.com/rxin/spark SPARK-20151

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

    https://github.com/apache/spark/pull/17476.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 #17476
    
----
commit 8789cf04ea4f7addbcd8da9d83615ee96d9bd192
Author: Reynold Xin <r...@databricks.com>
Date:   2017-03-30T04:46:45Z

    [SPARK-20151][SQL] Account for partition pruning in scan metadataTime 
metrics

----


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