You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "ulysses you (Jira)" <ji...@apache.org> on 2019/11/18 01:22:00 UTC

[jira] [Created] (SPARK-29937) Make FileSourceScanExec class fields lazy

ulysses you created SPARK-29937:
-----------------------------------

             Summary: Make FileSourceScanExec class fields lazy
                 Key: SPARK-29937
                 URL: https://issues.apache.org/jira/browse/SPARK-29937
             Project: Spark
          Issue Type: Improvement
          Components: SQL
    Affects Versions: 3.0.0
            Reporter: ulysses you


Since JIRA SPARK-28346,PR [25111|https://github.com/apache/spark/pull/25111], QueryExecution will copy all node stage-by-stage. This make all node instance twice almost. So we should make all class fields lazy to avoid create more unexpected object.



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

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