[ 
https://issues.apache.org/jira/browse/SPARK-22719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16280501#comment-16280501
 ] 

Apache Spark commented on SPARK-22719:
--------------------------------------

User 'gengliangwang' has created a pull request for this issue:
https://github.com/apache/spark/pull/19912

> 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
>
> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to