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

Xiao Li resolved SPARK-22719.
-----------------------------
       Resolution: Fixed
         Assignee: Gengliang Wang
    Fix Version/s: 2.3.0

> refactor ConstantPropagation
> ----------------------------
>
>                 Key: SPARK-22719
>                 URL: https://issues.apache.org/jira/browse/SPARK-22719
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 2.2.0
>            Reporter: Gengliang Wang
>            Assignee: Gengliang Wang
>             Fix For: 2.3.0
>
>
> The current time complexity of ConstantPropagation is O(n^2), which can be 
> slow when the query is complex.
> Refactor the implementation with O( n ) time complexity 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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

Reply via email to