You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Yingyi Bu (Jira)" <ji...@apache.org> on 2021/04/13 06:36:00 UTC

[jira] [Updated] (SPARK-35042) Support traversal pruning in transform/resolve functions and their call sites

     [ https://issues.apache.org/jira/browse/SPARK-35042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yingyi Bu updated SPARK-35042:
------------------------------
    Description: Transform/resolve functions are called ~280k times per query on average for a TPC-DS query, which are way more than necessary. We can reduce those calls with early exit information and conditions. Here are some evaluation numbers with a prototype [doc|https://docs.google.com/document/d/1SEUhkbo8X-0cYAJFYFDQhxUnKJBz4lLn3u4xR2qfWqk/edit].  (was: It's an umbrella JIRA issue for migrating eligible transform/resolve call sites to the version of transform/resolve functions with tree traversal pruning support)
        Summary: Support traversal pruning in transform/resolve functions and their call sites  (was: Migrate eligible transform/resolve call sites to the version with traversal pruning)

> Support traversal pruning in transform/resolve functions and their call sites
> -----------------------------------------------------------------------------
>
>                 Key: SPARK-35042
>                 URL: https://issues.apache.org/jira/browse/SPARK-35042
>             Project: Spark
>          Issue Type: Improvement
>          Components: Optimizer
>    Affects Versions: 3.1.0
>            Reporter: Yingyi Bu
>            Priority: Major
>
> Transform/resolve functions are called ~280k times per query on average for a TPC-DS query, which are way more than necessary. We can reduce those calls with early exit information and conditions. Here are some evaluation numbers with a prototype [doc|https://docs.google.com/document/d/1SEUhkbo8X-0cYAJFYFDQhxUnKJBz4lLn3u4xR2qfWqk/edit].



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org