Liang-Chi Hsieh created SPARK-4674:
--------------------------------------

             Summary: Refactor getCallSite in Utils
                 Key: SPARK-4674
                 URL: https://issues.apache.org/jira/browse/SPARK-4674
             Project: Spark
          Issue Type: Improvement
            Reporter: Liang-Chi Hsieh
            Priority: Minor


The current version of `getCallSite` visits the collection of 
`StackTraceElement` twice. However, it is unnecessary since we can perform our 
work with a single visit. We also do not need to keep filtered 
`StackTraceElement`.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to