[ 
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. ThisĀ 
[doc|https://docs.google.com/document/d/1SEUhkbo8X-0cYAJFYFDQhxUnKJBz4lLn3u4xR2qfWqk/edit]
 some evaluation numbers with a prototype.  (was: 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].)

> 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. ThisĀ 
> [doc|https://docs.google.com/document/d/1SEUhkbo8X-0cYAJFYFDQhxUnKJBz4lLn3u4xR2qfWqk/edit]
>  some evaluation numbers with a prototype.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to