[
https://issues.apache.org/jira/browse/SPARK-31793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17277673#comment-17277673
]
Apache Spark commented on SPARK-31793:
--------------------------------------
User 'HeartSaVioR' has created a pull request for this issue:
https://github.com/apache/spark/pull/31449
> Reduce the memory usage in file scan location metadata
> ------------------------------------------------------
>
> Key: SPARK-31793
> URL: https://issues.apache.org/jira/browse/SPARK-31793
> Project: Spark
> Issue Type: Improvement
> Components: SQL
> Affects Versions: 3.1.0
> Reporter: Gengliang Wang
> Assignee: Gengliang Wang
> Priority: Major
> Fix For: 3.1.0
>
>
> Currently, the data source scan node stores all the paths in its metadata.
> The metadata is kept when a SparkPlan is converted into SparkPlanInfo.
> SparkPlanInfo can be used to construct the Spark plan graph in UI.
> However, the paths can be very large (e.g. it can be many partitions after
> partition pruning), while UI pages only require up to 100 bytes for the
> location metadata. We can reduce the paths stored in metadata to reduce
> memory usage.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]