Gengliang Wang created SPARK-22719:
--------------------------------------

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